mirror of
https://github.com/yattee/yattee.git
synced 2026-07-20 14:22:02 +00:00
Fix macOS legacy import sheet missing grouped form style
This commit is contained in:
@@ -128,6 +128,9 @@ struct LegacyAccountsImportView: View {
|
||||
#if os(iOS)
|
||||
.scrollDismissesKeyboard(.interactively)
|
||||
#endif
|
||||
#if os(macOS)
|
||||
.formStyle(.grouped)
|
||||
#endif
|
||||
}
|
||||
|
||||
private var emptyState: some View {
|
||||
|
||||
Reference in New Issue
Block a user