setting works
diff --git a/main.cpp b/main.cpp
index 8f24743..6b73923 100644
--- a/main.cpp
+++ b/main.cpp
@@ -7,5 +7,6 @@
   
   ChatDialog dialog;
   dialog.show();
+  dialog.activateWindow();
   return app.exec();
 }