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
KWin
Commits
7eefc485
Commit
7eefc485
authored
May 10, 2022
by
Xaver Hugl
Browse files
effects/overview,windowview: restore ability to close windows
parent
29837278
Pipeline
#174305
passed with stage
in 12 minutes and 7 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
src/effects/overview/qml/ScreenView.qml
View file @
7eefc485
...
...
@@ -196,6 +196,7 @@ FocusScope {
animationDuration
:
effect
.
animationDuration
animationEnabled
:
container
.
animationEnabled
organized
:
container
.
organized
supportsCloseWindows
:
true
model
:
KWinComponents.ClientFilterModel
{
activity
:
KWinComponents
.
Workspace
.
currentActivity
desktop
:
KWinComponents
.
Workspace
.
currentVirtualDesktop
...
...
src/effects/windowview/qml/main.qml
View file @
7eefc485
...
...
@@ -109,6 +109,7 @@ Item {
organized
:
container
.
organized
showOnly
:
container
.
effect
.
mode
===
WindowView
.
ModeWindowClass
?
"
activeClass
"
:
selectedIds
layout
:
effect
.
layout
supportsCloseWindows
:
true
model
:
KWinComponents.ClientFilterModel
{
activity
:
KWinComponents
.
Workspace
.
currentActivity
desktop
:
container
.
effect
.
mode
==
WindowView
.
ModeCurrentDesktop
?
KWinComponents
.
Workspace
.
currentVirtualDesktop
:
undefined
...
...
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