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 Mobile
Commits
6b3f32ed
Commit
6b3f32ed
authored
Oct 15, 2015
by
Marco Martin
Browse files
close task list when there are no windows left
parent
0a5fd824
Changes
1
Hide whitespace changes
Inline
Side-by-side
containments/taskpanel/package/contents/ui/TaskSwitcher.qml
View file @
6b3f32ed
...
...
@@ -138,6 +138,11 @@ FullScreenPanel {
filterRole
:
"
SkipTaskbar
"
filterRegExp
:
"
false
"
sourceModel
:
plasmoid
.
nativeInterface
.
windowModel
onCountChanged
:
{
if
(
count
==
0
)
{
window
.
hide
();
}
}
}
model
:
filteredWindowModel
...
...
Write
Preview
Markdown
is supported
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