Fix launch kscreen kcm in font kcm.

.desktop won't work and will give an error in kcmshell
wilder-5.25
Weng Xuetian 4 years ago
parent 630233355a
commit aa295bd338
No known key found for this signature in database
GPG Key ID: 8E8B898CBF2412F9
  1. 2
      kcms/fonts/package/contents/ui/main.qml

@ -25,7 +25,7 @@ KCM.SimpleKCM {
visible: KCMShell.authorize("kcm_kscreen.desktop").length > 0
text: i18n("Change Display Scaling…")
iconName: "preferences-desktop-display"
onTriggered: KCMShell.open("kcm_kscreen.desktop")
onTriggered: KCMShell.open("kcm_kscreen")
}
ColumnLayout {

Loading…
Cancel
Save