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
84e3ff01
Commit
84e3ff01
authored
Oct 11, 2022
by
Nate Graham
Browse files
Wayland: don't allow minimizing applet popups either
(cherry picked from commit
f56c6769
)
parent
e99f8bcb
Pipeline
#246219
failed with stage
in 25 minutes and 7 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/xdgshellwindow.cpp
View file @
84e3ff01
...
...
@@ -717,7 +717,7 @@ bool XdgToplevelWindow::isMaximizable() const
bool
XdgToplevelWindow
::
isMinimizable
()
const
{
if
(
isSpecialWindow
()
&&
!
isTransient
())
{
if
(
(
isSpecialWindow
()
&&
!
isTransient
())
||
isAppletPopup
())
{
return
false
;
}
if
(
!
rules
()
->
checkMinimize
(
true
))
{
...
...
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