mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-08-02 02:07:54 +00:00
fixed maximize button in ubuntu, prepared linux32 build
This commit is contained in:
@@ -194,7 +194,7 @@ void TitleWidget::maximizedChanged(bool maximized) {
|
||||
|
||||
lastMaximized = maximized;
|
||||
|
||||
if (cPlatform() == dbipMac) return;
|
||||
if (cPlatform() != dbipWindows) return;
|
||||
if (maximized) {
|
||||
_maximize.clearState();
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user