Skip to content

Instantly share code, notes, and snippets.

@pradishb
Last active April 1, 2024 14:46
Show Gist options
  • Save pradishb/ceef2664ad3c565e918a84d2ba1e9c7b to your computer and use it in GitHub Desktop.
Save pradishb/ceef2664ad3c565e918a84d2ba1e9c7b to your computer and use it in GitHub Desktop.
Fix pyqt6 taskbar icon in windows 11
import ctypes
ctypes.windll.shell32.SetCurrentProcessExplicitAppUserModelID("company.app.1")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment