diff options
Diffstat (limited to 'displayvolume.c')
-rw-r--r-- | displayvolume.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/displayvolume.c b/displayvolume.c index 02e61d5..fb99b50 100644 --- a/displayvolume.c +++ b/displayvolume.c @@ -22,5 +22,5 @@ void cSDDisplayVolume::SetVolume(int Current, int Total, bool Mute) { void cSDDisplayVolume::Flush(void) { if (!ok) return; - view->Flush(); + view->Flush(false); } |