Ui
All checks were successful
Deploy / deploy-staging (push) Successful in 8s
Deploy / deploy-production (push) Has been skipped

This commit is contained in:
2026-06-08 00:36:27 +02:00
parent a8b197592b
commit b23e390952
11 changed files with 336 additions and 17 deletions

View File

@@ -66,6 +66,7 @@ final class SkinResolver
'taskbar_mode' => 'taskbar',
'taskbar_label' => 'Menu',
'taskbar_icon' => strtoupper(substr($skinId, 0, 3)),
'taskbar_icon_style' => 'label',
'window_controls' => 'windows',
'maximize_over_system_bar' => false,
],
@@ -85,6 +86,7 @@ final class SkinResolver
'taskbar_mode' => 'taskbar',
'taskbar_label' => 'Menu',
'taskbar_icon' => 'OS',
'taskbar_icon_style' => 'label',
'window_controls' => 'windows',
'maximize_over_system_bar' => false,
],