adsd
This commit is contained in:
@@ -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.',
|
||||
],
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user