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 PulseAudio Applet
Commits
521937c8
Commit
521937c8
authored
Nov 05, 2020
by
Nate Graham
Browse files
[applet] Only show configure button when not in tray
The tray representation now shows the configure button automatically.
parent
35f3d2ec
Changes
1
Hide whitespace changes
Inline
Side-by-side
applet/contents/ui/main.qml
View file @
521937c8
...
...
@@ -677,6 +677,8 @@ Item {
}
PlasmaComponents3.ToolButton
{
visible
:
plasmoid
.
containmentType
!==
PlasmaCore
.
Types
.
CustomEmbeddedContainment
icon.name
:
"
configure
"
onClicked
:
plasmoid
.
action
(
"
configure
"
).
trigger
()
...
...
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