Force borderless window to appear in taskbar

This commit is contained in:
lm 2025-10-19 18:40:38 +02:00
parent 8ed1acc32d
commit 1984145043
1 changed files with 1 additions and 0 deletions

View File

@ -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)