From 2f578016e32298583443ed2adeaf53c8fafa5658 Mon Sep 17 00:00:00 2001 From: Dimitris Kardarakos Date: Mon, 11 May 2020 14:56:20 +0300 Subject: [PATCH] Change quick settings location icon The location icon changed to the gps icon instead of the file location one --- .../panel/package/contents/ui/quicksettings/QuickSettings.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containments/panel/package/contents/ui/quicksettings/QuickSettings.qml b/containments/panel/package/contents/ui/quicksettings/QuickSettings.qml index 1e0d79ae..fe5811fd 100644 --- a/containments/panel/package/contents/ui/quicksettings/QuickSettings.qml +++ b/containments/panel/package/contents/ui/quicksettings/QuickSettings.qml @@ -192,7 +192,7 @@ Item { }); settingsModel.append({ "text": i18n("Location"), - "icon": "find-location-symbolic", + "icon": "gps", "enabled": false, "settingsCommand": "", "applet": null