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"); } }