-
Notifications
You must be signed in to change notification settings - Fork 11
Closed
Description
Changing the master volume (sound-volume) in the settings to a value greater than 1 but less than 100 causes errors from the sound card saying that it's too high. That's because it expects values between 0.0 and 1.0. I will be fixing the code to check the maximum and not allow it to try to set it above it. I will also change the code to allow the range to be between 0 and 100 like the other volumes.
Thanks to Zack Brew for finding this.
The workaround is to keep the value between 0.0 and 1.0.
Reactions are currently unavailable