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
c450c724
Commit
c450c724
authored
Dec 16, 2020
by
Nate Graham
Browse files
[applet] Make the "force mute" plasmoid action checkable
parent
117d8e49
Changes
1
Hide whitespace changes
Inline
Side-by-side
applet/contents/ui/main.qml
View file @
c450c724
...
...
@@ -706,5 +706,7 @@ Item {
MicrophoneIndicator
.
init
();
plasmoid
.
setAction
(
"
forceMute
"
,
i18n
(
"
Force mute all playback devices
"
),
"
audio-volume-muted
"
);
plasmoid
.
action
(
"
forceMute
"
).
checkable
=
true
;
plasmoid
.
action
(
"
forceMute
"
).
checked
=
Qt
.
binding
(()
=>
{
return
globalMute
;});
}
}
Write
Preview
Supports
Markdown
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