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 Desktop
Commits
09ca2194
Commit
09ca2194
authored
Mar 24, 2021
by
Bharadwaj Raju
📚
Committed by
Nate Graham
Apr 23, 2021
Browse files
More correct isWindow check
parent
e067c89d
Changes
1
Hide whitespace changes
Inline
Side-by-side
applets/taskmanager/package/contents/ui/Task.qml
View file @
09ca2194
...
...
@@ -341,7 +341,7 @@ MouseArea {
active
:
!
inPopup
&&
!
groupDialog
.
visible
&&
plasmoid
.
configuration
.
showToolTips
interactive
:
true
mainItem
:
model
.
IsWindow
?
openWindowToolTipDelegate
:
pinnedAppToolTipDelegate
mainItem
:
(
model
.
IsWindow
===
true
)
?
openWindowToolTipDelegate
:
pinnedAppToolTipDelegate
onContainsMouseChanged
:
{
if
(
containsMouse
)
{
...
...
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