1
0
Fork 0
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:
Linus Nielsen Feltzing 2004-12-17 11:14:27 +00:00
parent 7197edd8e2
commit c8cf5e0e65

View file

@ -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: