Closed rubin0 closed 5 years ago
Amazing @Karbb :D I had a little crash on boot because of this:
I manually fixed it by adding a 3rd parameter to the get_value
method (it specifies a default value to return if nothing is found in the file).
Oh cool. I didn't tested the feature without the config entry for the audio slider. Good to know BTW
The volume is set through audio bus when the volume slider is changed and option popup is closed. Also the volume is set on startup picking the value from config file if present otherwise default audio bus value will be used.
All audio related stuff is in autoloaded script called AudioManager.
Closes #60