mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-30 15:15:31 +00:00
[Browser] Start browser without needing to refresh first
This commit is contained in:
parent
50c839d425
commit
10f84c125e
1 changed files with 2 additions and 10 deletions
|
@ -43,14 +43,6 @@ int main(int argc, char *argv[])
|
||||||
QApplication app(argc, argv);
|
QApplication app(argc, argv);
|
||||||
MainWindow d;
|
MainWindow d;
|
||||||
|
|
||||||
if (d.refresh())
|
d.show();
|
||||||
{
|
return app.exec();
|
||||||
d.show();
|
|
||||||
return app.exec();
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
app.exit();
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
}
|
}
|
Loading…
Reference in a new issue