mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +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({
|
||||
"text": i18n("Location"),
|
||||
"icon": "find-location-symbolic",
|
||||
"icon": "gps",
|
||||
"enabled": false,
|
||||
"settingsCommand": "",
|
||||
"applet": null
|
||||
|
|
|
|||
Loading…
Reference in a new issue