Make menu key optional.

This commit is contained in:
Pieter Hulshoff 2018-04-02 11:57:35 +02:00
parent da45a04ae8
commit 9053c6a861

View File

@ -63,7 +63,7 @@ bool UserInput::initialize()
MapKey("addPlaylist", KeyCodeAddPlaylist, false);
MapKey("removePlaylist", KeyCodeRemovePlaylist, false);
MapKey("random", KeyCodeRandom, false);
MapKey("menu", KeyCodeMenu, true);
MapKey("menu", KeyCodeMenu, false);
bool retVal = true;