Menu bar mobile behavior change (#4312)

This commit is contained in:
Emanuel F.
2025-07-10 15:08:51 -07:00
committed by GitHub
parent 43f73f8856
commit ab43b5e421
2 changed files with 11 additions and 3 deletions

View File

@@ -440,6 +440,8 @@ export const CORE_SETTINGS: SettingParams[] = [
name: 'Use new menu',
type: 'combo',
options: ['Disabled', 'Top', 'Bottom'],
tooltip:
'Menu bar position. On mobile devices, the menu is always shown at the top.',
migrateDeprecatedValue: (value: string) => {
// Floating is now supported by dragging the docked actionbar off.
if (value === 'Floating') {