feat: preference button supports automatic positioning (#4243)
This commit is contained in:
@@ -24,6 +24,10 @@ const appPreferencesButtonPosition = defineModel<string>(
|
||||
);
|
||||
|
||||
const positionItems = computed((): SelectOption[] => [
|
||||
{
|
||||
label: $t('preferences.position.auto'),
|
||||
value: 'auto',
|
||||
},
|
||||
{
|
||||
label: $t('preferences.position.header'),
|
||||
value: 'header',
|
||||
|
Reference in New Issue
Block a user