diff options
| author | Fuwn <[email protected]> | 2025-02-19 04:44:47 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-02-19 04:44:47 -0800 |
| commit | f10eb688159b2e714aec4375a0d228de03f76b30 (patch) | |
| tree | 53a5fae5bea3ef1befb923c44dc3a71efeb6b819 /Sora/Views/SettingsViewMacOS.swift | |
| parent | feat: Development commit (diff) | |
| download | sora-testing-f10eb688159b2e714aec4375a0d228de03f76b30.tar.xz sora-testing-f10eb688159b2e714aec4375a0d228de03f76b30.zip | |
feat: Development commit
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() } |