mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-05-28 18:53:55 +02:00
Bug: Sometimes changing of the volume level or mute/unmute has no effect. It happens because Fader::onTimer get a current volume level from the Mixer, but it gets an event about the volume modification from the settings. Bug appear when the method onTimer calling between updating of the settings and the Mixer volume. Solution: Updating the Mixer volume before the settings. (maybe will be better to get the volume level from the settings in place of the Mixer, but I am not sure about other side effects of this) |
||
---|---|---|
.. | ||
audio | ||
clip | ||
player | ||
streaming | ||
view |