removed glitched %

This commit is contained in:
fifisaac 2024-03-17 12:32:24 +00:00 committed by GitHub
parent 8f4d32c696
commit 343e361f45
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -323,7 +323,7 @@ module.exports = (_ => {
changeTimeout = BDFDB.TimeUtils.timeout(_ => this.props.draggingVolume && this.request(socketDevice.socket, socketDevice.device, "volume", {
volume_percent: currentVolume
}), 500);
return value + "%";
return value;
},
onValueChange: value => {
if (currentVolume == value) return;