Преглед изворни кода

added icon to detectfans button in kcm

Malte Veerman пре 10 година
родитељ
комит
ce526c4624
1 измењених фајлова са 1 додато и 0 уклоњено
  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()
         }
     }