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
6b1d215d
Commit
6b1d215d
authored
Nov 09, 2020
by
Nate Graham
Browse files
[applet] Adapt to new containment API
parent
29e58f89
Changes
1
Hide whitespace changes
Inline
Side-by-side
applet/contents/ui/main.qml
View file @
6b1d215d
...
...
@@ -677,7 +677,7 @@ Item {
}
PlasmaComponents3.ToolButton
{
visible
:
plasmoid
.
containment
Type
!==
PlasmaCore
.
Types
.
C
ustomEmbeddedContainment
visible
:
!
(
plasmoid
.
containment
DisplayHints
&
PlasmaCore
.
Types
.
C
ontainmentDrawsPlasmoidHeading
)
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