Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
Plasma Mobile
Commits
dd7bd6a1
Commit
dd7bd6a1
authored
Apr 06, 2022
by
Devin Lin
🎨
Browse files
volumeosd: Fix settings launch
parent
c8a366cb
Changes
1
Hide whitespace changes
Inline
Side-by-side
components/mobileshell/qml/osd/volume/VolumeOSD.qml
View file @
dd7bd6a1
...
...
@@ -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
"
);
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment