mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-08-04 02:34:45 +00:00
Change quick settings location icon
The location icon changed to the gps icon instead of the file location one
This commit is contained in:
parent
dcb68989dd
commit
2f578016e3
1 changed files with 1 additions and 1 deletions
|
|
@ -192,7 +192,7 @@ Item {
|
||||||
});
|
});
|
||||||
settingsModel.append({
|
settingsModel.append({
|
||||||
"text": i18n("Location"),
|
"text": i18n("Location"),
|
||||||
"icon": "find-location-symbolic",
|
"icon": "gps",
|
||||||
"enabled": false,
|
"enabled": false,
|
||||||
"settingsCommand": "",
|
"settingsCommand": "",
|
||||||
"applet": null
|
"applet": null
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue