Small Back button fix

This commit is contained in:
Vishal 2024-09-01 14:26:26 +05:30 committed by GitHub
parent 46573c0ebc
commit 3a219e2199
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -42,6 +42,11 @@ class TouchscreenSettingsWindow(bui.MainWindow):
if uiscale is bui.UIScale.SMALL
else 1.55 if uiscale is bui.UIScale.MEDIUM else 1.2
),
toolbar_visibility=(
'menu_minimal'
if uiscale is bui.UIScale.SMALL
else 'menu_full'
),
),
transition=transition,
origin_widget=origin_widget,