From 6c4036449027725e70f43269cf6cd1430ef35cfc Mon Sep 17 00:00:00 2001 From: Nicolas Fella Date: Thu, 15 Aug 2019 19:22:29 +0200 Subject: [PATCH] Fix SMS icon in plasmoid --- plasmoid/package/contents/ui/DeviceDelegate.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plasmoid/package/contents/ui/DeviceDelegate.qml b/plasmoid/package/contents/ui/DeviceDelegate.qml index 233c45978..1988372e2 100644 --- a/plasmoid/package/contents/ui/DeviceDelegate.qml +++ b/plasmoid/package/contents/ui/DeviceDelegate.qml @@ -150,7 +150,7 @@ PlasmaComponents.ListItem device: root.device } - iconSource: "message-new'" + iconSource: "message-new" visible: sms.available tooltip: i18n("SMS Messages")