diff options
| author | Fuwn <[email protected]> | 2025-03-02 06:20:17 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-03-02 06:20:17 -0800 |
| commit | 37cafb564d0f1dfefeee52cebd8d277ea02fb401 (patch) | |
| tree | f71a4ff6d47c58051b0c017a55f6b730701a5a9c | |
| parent | feat: Development commit (diff) | |
| download | sora-testing-37cafb564d0f1dfefeee52cebd8d277ea02fb401.tar.xz sora-testing-37cafb564d0f1dfefeee52cebd8d277ea02fb401.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 800a008..d91b389 100644 --- a/Sora/Views/ContentView.swift +++ b/Sora/Views/ContentView.swift @@ -5,6 +5,7 @@ struct ContentView: View { @Binding var selectedTab: Int @State private var tabs = [ "Posts", + "Search History", "Bookmarks", ] @@ -41,7 +42,6 @@ struct ContentView: View { .foregroundColor(.secondary) } } - .onAppear { tabs.append("Search History") } #if DEBUG .onAppear { tabs.append("Settings") } #endif |