forked from len0rd/rockbox
You can now leave the quick menus with OFF
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5489 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
7197edd8e2
commit
c8cf5e0e65
1 changed files with 2 additions and 1 deletions
|
@ -693,7 +693,8 @@ bool quick_screen(int context, int button)
|
|||
|
||||
break;
|
||||
|
||||
case BUTTON_OFF | BUTTON_REPEAT:
|
||||
case BUTTON_OFF | BUTTON_REL:
|
||||
lcd_setfont(FONT_UI);
|
||||
return false;
|
||||
|
||||
default:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue