diff --git a/client.cpp b/client.cpp index 393e1d5349..8a7fa86884 100644 --- a/client.cpp +++ b/client.cpp @@ -1656,8 +1656,7 @@ bool Client::isMinimizable() const */ bool Client::isCloseable() const { - return may_close && !isDesktop() && !isDock() && !isTopMenu() - && windowType() != NET::Override; + return may_close && !isDesktop() && !isDock() && !isTopMenu(); }