diff options
Diffstat (limited to 'Sora/Views/SettingsViewMacOS.swift')
| -rw-r--r-- | Sora/Views/SettingsViewMacOS.swift | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Sora/Views/SettingsViewMacOS.swift b/Sora/Views/SettingsViewMacOS.swift index f4cdd6b..57d640c 100644 --- a/Sora/Views/SettingsViewMacOS.swift +++ b/Sora/Views/SettingsViewMacOS.swift @@ -15,6 +15,11 @@ struct SettingsViewMacOS: View { .frame(height: 25) SettingsSearchView() + + Spacer() + .frame(height: 25) + + SettingsAttributionsView() } .padding() } |