diff options
| author | Fuwn <[email protected]> | 2025-02-22 00:45:22 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-02-22 00:45:22 -0800 |
| commit | abc293971f3e5c8ec821f262c31ede91d2a7346e (patch) | |
| tree | c5239ff671692a42e391e8f456c98a8a13e43ad7 | |
| parent | feat: Development commit (diff) | |
| download | sora-testing-abc293971f3e5c8ec821f262c31ede91d2a7346e.tar.xz sora-testing-abc293971f3e5c8ec821f262c31ede91d2a7346e.zip | |
feat: Development commit
| -rw-r--r-- | Sora/Views/ContentView.swift | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Sora/Views/ContentView.swift b/Sora/Views/ContentView.swift index fab1e14..aa9a317 100644 --- a/Sora/Views/ContentView.swift +++ b/Sora/Views/ContentView.swift @@ -2,7 +2,7 @@ import SwiftUI struct ContentView: View { @EnvironmentObject var manager: BooruManager - @State private var selectedTabIndex: Int = 1 + @State private var selectedTabIndex: Int = 0 @State private var tabs = [ "Posts", "Bookmarks", |