volumeosd: Fix settings launch

This commit is contained in:
Devin Lin 2022-04-06 20:32:23 -04:00
parent c8a366cbbd
commit dd7bd6a18f

View file

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