You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix sidebar showing yellow icons when starting minimized to tray
Driver detection (ViGEm, HidHide, vJoy, MIDI Services) and the 5-second
refresh timer were initialized inside OnLoaded, which never fires when
starting minimized to tray (Show() is skipped). Moved driver detection
and timer setup to the constructor so they run before the sidebar is
built, ensuring correct power icon colors on all startup modes.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments