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
Autostart window popup: Fixed root cause — launcher compiled with /NODEFAULTLIB left lpCmdLine NULL on x64. Switched to GetCommandLineW() so --hidden is correctly forwarded.
Frosted glass setting not persisting: glassEnabled ref defaulted to true and was never reset on load when disabled.
Window size forgotten after reboot: Maximized state now restored before the show/hide branch so both autostart and normal launch paths restore correctly.
Updater restart silently hides window: Update batch file was hardcoded with --hidden. Removed so the window appears after an update.
Updater path garbled on Chinese Windows: Added chcp 65001 to batch file so UTF-8 paths read correctly on GBK systems.
Duplicate registry entries causing popup: Legacy Squirrel entries not cleaned due to GBK encoding in reg.exe output. Cleanup now uses PowerShell .NET Registry API.