mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-30 23:50:19 -07:00
remove max screen default
This commit is contained in:
@@ -222,8 +222,8 @@ int main(int argc, char *argv[])
|
|||||||
settingsCache->setClientID(generateClientID());
|
settingsCache->setClientID(generateClientID());
|
||||||
qDebug() << "ClientID In Cache: " << settingsCache->getClientID();
|
qDebug() << "ClientID In Cache: " << settingsCache->getClientID();
|
||||||
|
|
||||||
ui.showMaximized();
|
ui.show();
|
||||||
qDebug("main(): ui.showMaximized() finished");
|
qDebug("main(): ui.show() finished");
|
||||||
|
|
||||||
app.exec();
|
app.exec();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user