From dd7bd6a18f845003d5a182dfeb731145fe7490ac Mon Sep 17 00:00:00 2001 From: Devin Lin Date: Wed, 6 Apr 2022 20:32:23 -0400 Subject: [PATCH] volumeosd: Fix settings launch --- components/mobileshell/qml/osd/volume/VolumeOSD.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/mobileshell/qml/osd/volume/VolumeOSD.qml b/components/mobileshell/qml/osd/volume/VolumeOSD.qml index db0fa2da..92a48f79 100644 --- a/components/mobileshell/qml/osd/volume/VolumeOSD.qml +++ b/components/mobileshell/qml/osd/volume/VolumeOSD.qml @@ -172,7 +172,7 @@ NanoShell.FullScreenOverlay { onClicked: { let coords = mapToItem(flickable, 0, 0); MobileShell.HomeScreenControls.openAppLaunchAnimation("audio-volume-high", i18n("Audio Settings"), coords.x, coords.y, PlasmaCore.Units.iconSizes.medium); - plasmoid.nativeInterface.executeCommand("plasma-open-settings kcm_pulseaudio"); + MobileShell.ShellUtil.executeCommand("plasma-open-settings kcm_pulseaudio"); } }