Skip to content

Commit

Permalink
update audiobars more often again, it did look strange
Browse files Browse the repository at this point in the history
  • Loading branch information
zoff99 committed Jan 5, 2024
1 parent bcb2009 commit 877231a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ class TrifaToxService
}

update_audio_bar++
if (update_audio_bar == 2)
if (update_audio_bar >= 1)
{
update_audio_bar = 0
GlobalScope.launch {
Expand Down Expand Up @@ -570,7 +570,7 @@ class TrifaToxService
}

update_audio_bar++
if (update_audio_bar == 2)
if (update_audio_bar >= 1)
{
update_audio_bar = 0
GlobalScope.launch {
Expand Down

0 comments on commit 877231a

Please sign in to comment.