summaryrefslogtreecommitdiff
path: root/apps/shortcuts.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/shortcuts.h')
-rw-r--r--apps/shortcuts.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/shortcuts.h b/apps/shortcuts.h
index c18834a66f..e5e05628bb 100644
--- a/apps/shortcuts.h
+++ b/apps/shortcuts.h
@@ -33,6 +33,7 @@ enum shortcut_type {
33 SHORTCUT_PLAYLISTMENU, 33 SHORTCUT_PLAYLISTMENU,
34 SHORTCUT_SEPARATOR, 34 SHORTCUT_SEPARATOR,
35 SHORTCUT_SHUTDOWN, 35 SHORTCUT_SHUTDOWN,
36 SHORTCUT_TIME,
36 37
37 SHORTCUT_TYPE_COUNT 38 SHORTCUT_TYPE_COUNT
38}; 39};