mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-24 21:42:51 -05:00
Feature/control center widget fix (#912)
* Add a widget to display the power menu * Update power button widget * Upate based on new settings * Rollback to DisplaysTab.qml
This commit is contained in:
@@ -239,7 +239,14 @@ Item {
|
||||
"description": I18n.tr("Check for system updates"),
|
||||
"icon": "update",
|
||||
"enabled": SystemUpdateService.distributionSupported
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "powerMenuButton",
|
||||
"text": I18n.tr("Power"),
|
||||
"description": I18n.tr("Display the power system menu"),
|
||||
"icon": "power_settings_new",
|
||||
"enabled": true
|
||||
},
|
||||
];
|
||||
|
||||
var allPluginVariants = PluginService.getAllPluginVariants();
|
||||
|
||||
Reference in New Issue
Block a user