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
Bluedevil
Commits
946d6fb8
Commit
946d6fb8
authored
Nov 30, 2020
by
Nicolas Fella
Browse files
[applet] Don't show configure button when in system tray
The system tray representation provides the button for us
parent
50bce556
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/applet/package/contents/ui/Toolbar.qml
View file @
946d6fb8
...
...
@@ -53,7 +53,7 @@ PlasmaExtras.PlasmoidHeading {
PlasmaComponents3.ToolButton
{
id
:
openSettingsButton
visible
:
plasmoid
.
action
(
"
configure
"
).
enabled
visible
:
plasmoid
.
action
(
"
configure
"
).
enabled
&&
!
(
plasmoid
.
containmentDisplayHints
&
PlasmaCore
.
Types
.
ContainmentDrawsPlasmoidHeading
)
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