Always enable volume control.

This commit is contained in:
sorgelig
2020-03-17 01:27:27 +08:00
parent 5b60007414
commit 5a4df1c8a8
5 changed files with 1 additions and 7 deletions

View File

@@ -2327,7 +2327,7 @@ void HandleUI(void)
memset(bar, 0x7f, 8 - m);
}
OsdWrite(13, s, menusub == 0, !cfg.volumectl);
OsdWrite(13, s, menusub == 0);
OsdWrite(15, STD_EXIT, menusub == 1, 0, OSD_ARROW_RIGHT);
break;