mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-02-06 12:45:34 +00:00
[Browser] Once again refresh server list when starting
This commit is contained in:
parent
9d9581a1c2
commit
bf2b3bbf51
1 changed files with 1 additions and 0 deletions
|
@ -44,5 +44,6 @@ int main(int argc, char *argv[])
|
||||||
MainWindow d;
|
MainWindow d;
|
||||||
|
|
||||||
d.show();
|
d.show();
|
||||||
|
d.refresh();
|
||||||
return app.exec();
|
return app.exec();
|
||||||
}
|
}
|
Loading…
Reference in a new issue