Wayland: don't allow minimizing applet popups either
This commit is contained in:
parent
35606fd9ee
commit
f56c67698d
1 changed files with 1 additions and 1 deletions
|
@ -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)) {
|
||||
|
|
Loading…
Reference in a new issue