applets: Fix KCMShell open path for batterymonitor and devicenotifier

Make "Configure Removable Devices" and "Configure Energy Saving" open corresponding
settings correctly.

BUG: 444115
BUG: 444114
wilder-5.24
Fushan Wen 4 years ago committed by Nate Graham
parent 6607bc232b
commit 53cff6f103
  1. 2
      applets/batterymonitor/package/contents/ui/batterymonitor.qml
  2. 2
      applets/devicenotifier/package/contents/ui/devicenotifier.qml

@ -137,7 +137,7 @@ Item {
} }
function action_configure() { function action_configure() {
KCMShell.openSystemSettings("powerdevilprofilesconfig"); KCMShell.openSystemSettings("kcm_powerdevilprofilesconfig");
} }
function action_energyinformationkcm() { function action_energyinformationkcm() {

@ -263,7 +263,7 @@ Item {
} }
function action_configure() { function action_configure() {
KCMShell.openSystemSettings("device_automounter_kcm") KCMShell.openSystemSettings("kcm_device_automounter")
} }
function action_showRemovableDevices() { function action_showRemovableDevices() {

Loading…
Cancel
Save