mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-12 17:14:52 -07:00
Merge pull request #1369 from ZeldaZach/fix_1360
remove max screen default
This commit is contained in:
commit
54ff4ef417
1 changed files with 2 additions and 2 deletions
|
|
@ -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();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue