diff options
Diffstat (limited to 'Sora/Views/Settings/Section/SettingsSettingsView.swift')
| -rw-r--r-- | Sora/Views/Settings/Section/SettingsSettingsView.swift | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Sora/Views/Settings/Section/SettingsSettingsView.swift b/Sora/Views/Settings/Section/SettingsSettingsView.swift index 92b1c32..404d252 100644 --- a/Sora/Views/Settings/Section/SettingsSettingsView.swift +++ b/Sora/Views/Settings/Section/SettingsSettingsView.swift @@ -7,8 +7,6 @@ struct SettingsSettingsView: View { Button("Reset to Defaults") { settings.resetToDefaults() } - #if os(macOS) - .frame(maxWidth: .infinity, alignment: .trailing) - #endif + .trailingFrame() } } |