Force borderless window to appear in taskbar
This commit is contained in:
parent
8ed1acc32d
commit
1984145043
|
|
@ -125,6 +125,7 @@ class ICRAApp(
|
||||||
0,
|
0,
|
||||||
SWP_NOMOVE | SWP_NOSIZE | SWP_NOZORDER | SWP_FRAMECHANGED,
|
SWP_NOMOVE | SWP_NOSIZE | SWP_NOZORDER | SWP_FRAMECHANGED,
|
||||||
)
|
)
|
||||||
|
user32.ShowWindow(hwnd, 5) # SW_SHOW
|
||||||
|
|
||||||
app_id = ctypes.c_wchar_p("ICRA.App")
|
app_id = ctypes.c_wchar_p("ICRA.App")
|
||||||
shell32.SetCurrentProcessExplicitAppUserModelID(app_id)
|
shell32.SetCurrentProcessExplicitAppUserModelID(app_id)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue