Force borderless window to appear in taskbar
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user