Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
Plasma PulseAudio Applet
Commits
473292a3
Commit
473292a3
authored
Dec 18, 2021
by
Yerrey Dev
Committed by
Nicolas Fella
Dec 18, 2021
Browse files
Fixes toggling Configure button on click.
(cherry picked from commit
6da5f094
)
parent
b6fce391
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/kcm/package/contents/ui/main.qml
View file @
473292a3
...
...
@@ -243,11 +243,14 @@ ScrollViewKCM {
ToolTip.visible
:
!
enabled
&&
hovered
ToolTip.text
:
i18nd
(
"
kcm_pulseaudio
"
,
"
Requires %1 PulseAudio module
"
,
moduleManager
.
configModuleName
)
checkable
:
true
checked
:
configureMenu
.
opened
onClicked
:
configureMenu
.
open
()
Menu
{
id
:
configureMenu
y
:
-
height
-
Kirigami
.
Units
.
smallSpacing
modal
:
true
MenuItem
{
text
:
i18nd
(
"
kcm_pulseaudio
"
,
"
Add virtual output device for simultaneous output on all local sound cards
"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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