Fix mute volume not working

Solves #1079 items 2 and 3
This commit is contained in:
Edward Firmo
2023-09-23 22:11:06 +02:00
parent bf05419946
commit 12f6bd75b5
10 changed files with 10 additions and 7 deletions

View File

@@ -223,7 +223,7 @@ Text bt_mute
printh FF FF FF
Touch Release Event
if(is_muted.val==1)
if(is_muted.val==0)
{
va0.txt="true"
}else