ItsSim / fsolauncher

Official FreeSO Launcher made with Electron
https://beta.freeso.org
Mozilla Public License 2.0
13 stars 9 forks source link

Fix theme reset bug on Linux #88

Closed dark-steveneq closed 2 months ago

dark-steveneq commented 2 months ago

Related Issue

Proposed Changes

Override nativeTheme.themeSource to light or dark based on the initial nativeTheme.shouldUseDarkColors state

Additional Info

The bug was caused by nativeTheme.shouldUseDarkColors randomly going from true to false without any reasons. For the first few times everything was correct so I'm overriding nativeTheme.themeSource from the unpredictable system