mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-08-04 02:34:45 +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({
|
settingsModel.append({
|
||||||
"text": i18n("Battery"),
|
"text": i18n("Battery"),
|
||||||
"icon": "battery",
|
"icon": "battery-full",
|
||||||
"enabled": false,
|
"enabled": false,
|
||||||
"settingsCommand": "plasma-settings -m kcm_mobile_power",
|
"settingsCommand": "plasma-settings -m kcm_mobile_power",
|
||||||
"toggleFunction": "",
|
"toggleFunction": "",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue