mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-28 15:41:13 -04:00
[Browser] Start browser without needing to refresh first
This commit is contained in:
parent
50c839d425
commit
10f84c125e
@ -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();
|
d.show();
|
||||||
return app.exec();
|
return app.exec();
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
app.exit();
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user