Explorar o código

added icon to detectfans button in kcm

Malte Veerman %!s(int64=10) %!d(string=hai) anos
pai
achega
ce526c4624
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      package/contents/ui/KCM.qml

+ 1 - 0
package/contents/ui/KCM.qml

@@ -51,6 +51,7 @@ Item {
         Button {
             Layout.alignment: Qt.AlignCenter
             text: i18n("Detect fans")
+            iconName: "dialog-password"
             onClicked: kcm.loader.detectSensors()
         }
     }