From 37cafb564d0f1dfefeee52cebd8d277ea02fb401 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sun, 2 Mar 2025 06:20:17 -0800 Subject: feat: Development commit --- Sora/Views/ContentView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3