mirror of
https://github.com/kilyabin/psysonic.git
synced 2026-07-22 22:45:41 +00:00
6d63365c2a
The Windows system media controls (Quick Settings media tile, lock screen, third-party media flyouts) labelled playback as "Unknown application" with no icon, because souvlaki creates the SMTC via GetForWindow and Windows resolves the source name from the process AppUserModelID, which was never set. Call SetCurrentProcessExplicitAppUserModelID early in run() so the process has an explicit identity that matches the installer shortcut's AppUserModelID; Windows then resolves the name and icon to Psysonic. (cherry picked from commit 4fd85f2dd415cc3e2ba9dc61839fb9994918f047)