--- a/QTfrontend/gameuiconfig.h Wed Jul 31 23:14:27 2019 +0200
+++ b/QTfrontend/gameuiconfig.h Fri Jul 03 23:51:47 2020 +0200
@@ -40,6 +40,8 @@
QStringList GetTeamsList();
QRect vid_Resolution();
std::pair<QRect, QRect> vid_ResolutionPair();
+ bool vid_Maximized();
+ void vid_SetMaximized(bool isMaximized);
bool vid_Fullscreen();
quint32 translateQuality();
bool isSoundEnabled();
@@ -108,6 +110,7 @@
QList<BindAction> m_binds;
void applyProxySettings();
+ bool pIsEngineWindowMaximized;
QString cachedRandomNick;
};