diff options
| author | Fuwn <[email protected]> | 2025-02-22 12:26:31 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-02-22 12:26:31 -0800 |
| commit | f527ede88d974271a0c485e297ba9278909f53bb (patch) | |
| tree | 6d6ad0597c80fabe48a1de9981bafa968aaf6e29 /Sora/Views/MainView.swift | |
| parent | feat: Development commit (diff) | |
| download | sora-testing-f527ede88d974271a0c485e297ba9278909f53bb.tar.xz sora-testing-f527ede88d974271a0c485e297ba9278909f53bb.zip | |
feat: Development commit
Diffstat (limited to 'Sora/Views/MainView.swift')
| -rw-r--r-- | Sora/Views/MainView.swift | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/Sora/Views/MainView.swift b/Sora/Views/MainView.swift index 3a47038..db9960a 100644 --- a/Sora/Views/MainView.swift +++ b/Sora/Views/MainView.swift @@ -30,11 +30,9 @@ struct MainView: View { .tabItem { Label("Bookmarks", systemImage: "bookmark") } .tag(1) - NavigationStack { - SettingsView() - } - .tabItem { Label("Settings", systemImage: "gear") } - .tag(2) + SettingsView() + .tabItem { Label("Settings", systemImage: "gear") } + .tag(2) } #endif } |