diff options
Diffstat (limited to 'Sora/Views/Settings/Section/SettingsImportExportView.swift')
| -rw-r--r-- | Sora/Views/Settings/Section/SettingsImportExportView.swift | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Sora/Views/Settings/Section/SettingsImportExportView.swift b/Sora/Views/Settings/Section/SettingsImportExportView.swift index 1abf457..d9f23b7 100644 --- a/Sora/Views/Settings/Section/SettingsImportExportView.swift +++ b/Sora/Views/Settings/Section/SettingsImportExportView.swift @@ -24,7 +24,7 @@ struct SettingsImportExportView: View { } } #if os(macOS) - .frame(maxWidth: .infinity, alignment: .trailing) + .trailingFrame() .fileExporter( isPresented: $isFileExporterPresented, document: try? JSONFileDocument(settings.exportBookmarks()), |