File tree Expand file tree Collapse file tree 2 files changed +0
-34
lines changed Expand file tree Collapse file tree 2 files changed +0
-34
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ import Tooltip from "./kit/Tooltip";
9
9
import Dropdown , { DropdownItem } from "./kit/Dropdown" ;
10
10
import Icon from "./Icon" ;
11
11
import EngineIcon from "./EngineIcon" ;
12
- import LocaleSwitch from "./LocaleSwitch" ;
13
12
import DarkModeSwitch from "./DarkModeSwitch" ;
14
13
import CreateConnectionModal from "./CreateConnectionModal" ;
15
14
import SettingModal from "./SettingModal" ;
@@ -206,7 +205,6 @@ const ConnectionSidebar = () => {
206
205
</ div >
207
206
< div className = "w-full flex flex-col justify-end items-center" >
208
207
< DarkModeSwitch />
209
- < LocaleSwitch />
210
208
< Tooltip title = { t ( "common.setting" ) } side = "right" >
211
209
< button
212
210
className = " w-10 h-10 p-1 rounded-full flex flex-row justify-center items-center hover:bg-gray-100 dark:hover:bg-zinc-700"
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments