vertical tab switcher initial implementation

This commit is contained in:
Henry Jameson 2025-11-20 02:07:00 +02:00
commit a96f533777
10 changed files with 254 additions and 18 deletions

View file

@ -1,4 +1,4 @@
import TabSwitcher from 'src/components/tab_switcher/tab_switcher.jsx'
import VerticalTabSwitcher from 'src/components/tab_switcher/vertical_tab_switcher.jsx'
import BooleanSetting from '../helpers/boolean_setting.vue'
import ChoiceSetting from '../helpers/choice_setting.vue'
@ -97,7 +97,7 @@ const AppearanceTab = {
FontControl,
Preview,
PaletteEditor,
TabSwitcher
VerticalTabSwitcher
},
mounted () {
useInterfaceStore().getThemeData()