diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index a49fa127b..c2e244f5f 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -701,7 +701,7 @@ dependencies = [ [[package]] name = "cc-switch" -version = "3.10.1" +version = "3.10.2" dependencies = [ "anyhow", "async-stream", diff --git a/src/App.tsx b/src/App.tsx index cb870f01f..a760d08af 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -750,13 +750,6 @@ function App() { > CC Switch - { - setSettingsDefaultTab("about"); - setCurrentView("settings"); - }} - className="absolute -top-4 -right-4" - /> + { + setSettingsDefaultTab("about"); + setCurrentView("settings"); + }} + /> {isCurrentAppTakeoverActive && ( ); }