mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-27 15:11:36 -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);
|
||||
MainWindow d;
|
||||
|
||||
if (d.refresh())
|
||||
{
|
||||
d.show();
|
||||
return app.exec();
|
||||
}
|
||||
else
|
||||
{
|
||||
app.exit();
|
||||
return 0;
|
||||
}
|
||||
d.show();
|
||||
return app.exec();
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user