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

This commit is contained in:
2026-06-17 23:29:25 +02:00
parent 35d3d856b4
commit 26b4355898
6 changed files with 126 additions and 51 deletions

View File

@@ -33,8 +33,6 @@ final class DesktopState
public static function trayItems(): array
{
return [
['id' => 'network', 'label' => 'Netzwerk'],
['id' => 'widgets', 'label' => 'Widgets'],
['id' => 'account', 'label' => 'Gast'],
];
}
@@ -57,8 +55,8 @@ final class DesktopState
],
[
'action_id' => 'toggle-all-widgets',
'label' => 'Widgets umschalten',
'description' => 'Blendet alle registrierten Widgets ein oder aus.',
'label' => 'Infobereich umschalten',
'description' => 'Blendet den rechten Infobereich des Desktops ein oder aus.',
],
];
}