mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
Use monochrome icon for battery quick action
This commit is contained in:
parent
edbab01cdf
commit
3b034e7357
1 changed files with 1 additions and 1 deletions
|
|
@ -124,7 +124,7 @@ Item {
|
|||
});
|
||||
settingsModel.append({
|
||||
"text": i18n("Battery"),
|
||||
"icon": "battery",
|
||||
"icon": "battery-full",
|
||||
"enabled": false,
|
||||
"settingsCommand": "plasma-settings -m kcm_mobile_power",
|
||||
"toggleFunction": "",
|
||||
|
|
|
|||
Loading…
Reference in a new issue