diff --git a/apps/netlauncher/main.cpp b/apps/netlauncher/main.cpp index 406177c7f..f1dc96fb2 100644 --- a/apps/netlauncher/main.cpp +++ b/apps/netlauncher/main.cpp @@ -44,6 +44,8 @@ int main(int argc, char *argv[]) atexit(NetController::Destroy); QApplication app(argc, argv); MainWindow d; + d.setWindowTitle("tes3mp Server Browser"); + if (d.refresh()) { d.show();