Disable migrations UI

This commit is contained in:
Davide 2024-11-14 19:15:10 +01:00
parent f6361ebf06
commit 596f5702c9
No known key found for this signature in database
GPG Key ID: A48836171C759F5E
1 changed files with 2 additions and 1 deletions

View File

@ -41,7 +41,8 @@ struct AddProfileMenu: View {
Menu { Menu {
newProfileButton newProfileButton
importProfileButton importProfileButton
migrateProfilesButton // FIXME: ###, migrations UI
// migrateProfilesButton
} label: { } label: {
ThemeImage(.add) ThemeImage(.add)
} }