summaryrefslogtreecommitdiff
path: root/Sora/Views/Settings/Section/SettingsImportExportView.swift
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-03-15 20:49:53 -0700
committerFuwn <[email protected]>2025-03-15 20:49:53 -0700
commitc2df5dd7ad1fc665717f352d2094d17f0ca26c1b (patch)
treebfea18c3ac03308570b6e7b4a257348c0d84448e /Sora/Views/Settings/Section/SettingsImportExportView.swift
parentfeat: Development commit (diff)
downloadsora-testing-c2df5dd7ad1fc665717f352d2094d17f0ca26c1b.tar.xz
sora-testing-c2df5dd7ad1fc665717f352d2094d17f0ca26c1b.zip
feat: Development commit
Diffstat (limited to 'Sora/Views/Settings/Section/SettingsImportExportView.swift')
-rw-r--r--Sora/Views/Settings/Section/SettingsImportExportView.swift2
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()),