fixed mini player not minimizing from a full screen mode on MacOS
set state settings.set('playerType', 'full') doesn't seem to be working if called once on MacOS. Which causes an inconsistent state where visibly app looked like it's "full" but config said it was "cover".
App required double click to change player state
Probably it's an electron versioning issue. Nevertheless I've provided a temporal fix
fixed mini player not minimizing from a full screen mode on MacOS
set state settings.set('playerType', 'full') doesn't seem to be working if called once on MacOS. Which causes an inconsistent state where visibly app looked like it's "full" but config said it was "cover". App required double click to change player state
Probably it's an electron versioning issue. Nevertheless I've provided a temporal fix