mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
Fix volume saving to settings.
This commit is contained in:
@@ -50,7 +50,7 @@ QRect ContinuousSlider::getSeekRect() const {
|
||||
}
|
||||
|
||||
void ContinuousSlider::setValue(float64 value) {
|
||||
setValue(value, value);
|
||||
setValue(value, -1);
|
||||
}
|
||||
|
||||
void ContinuousSlider::setValue(float64 value, float64 receivedTill) {
|
||||
|
Reference in New Issue
Block a user