diff options
| -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 |