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 Workspace
Commits
bd2fcb05
Commit
bd2fcb05
authored
Oct 02, 2020
by
Nate Graham
Browse files
[applets/systemtray] Fix closing active applet by clicking it again
This was removed by mistake in
!285
parent
6689abaf
Changes
1
Hide whitespace changes
Inline
Side-by-side
applets/systemtray/package/contents/ui/items/PlasmoidItem.qml
View file @
bd2fcb05
...
...
@@ -87,6 +87,7 @@ AbstractItem {
}
else
if
(
root
.
activeApplet
===
applet
)
{
// if not expanded we don't have an active applet anymore
root
.
activeApplet
=
null
;
dialog
.
visible
=
false
;
}
}
...
...
Nate Graham
@ngraham
mentioned in commit
bbce3c93
·
Oct 02, 2020
mentioned in commit
bbce3c93
mentioned in commit bbce3c9304a31e239df072fac09ff85129fc2c20
Toggle commit list
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