mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
feat: add option to use old top bar
This commit is contained in:
@@ -156,6 +156,9 @@ function handleToggleDockItem(dockItem: any) {
|
||||
</SettingsItemGroup>
|
||||
|
||||
<SettingsItemGroup :title="$t('settings.group_topbar')">
|
||||
<SettingsItem :title="$t('settings.use_old_topbar')">
|
||||
<Radio v-model="settings.useOldTopBar" />
|
||||
</SettingsItem>
|
||||
<SettingsItem :title="$t('settings.auto_hide_topbar')">
|
||||
<Radio v-model="settings.autoHideTopBar" />
|
||||
</SettingsItem>
|
||||
|
||||
Reference in New Issue
Block a user