diff --git a/app/app.py b/app/app.py index fb96a34..53865e7 100644 --- a/app/app.py +++ b/app/app.py @@ -125,6 +125,7 @@ class ICRAApp( 0, SWP_NOMOVE | SWP_NOSIZE | SWP_NOZORDER | SWP_FRAMECHANGED, ) + user32.ShowWindow(hwnd, 5) # SW_SHOW app_id = ctypes.c_wchar_p("ICRA.App") shell32.SetCurrentProcessExplicitAppUserModelID(app_id)