mirror of
https://github.com/joel16/VitaShell.git
synced 2024-11-27 05:40:21 +00:00
Cosmetic changes
This commit is contained in:
parent
c2250d1ff1
commit
6bfcfc3827
@ -162,9 +162,9 @@ enum MenuNewEntrys {
|
|||||||
};
|
};
|
||||||
|
|
||||||
MenuEntry menu_new_entries[] = {
|
MenuEntry menu_new_entries[] = {
|
||||||
{ NEW_FILE, 10, 0, CTX_INVISIBLE },
|
{ NEW_FILE, 12, 0, CTX_INVISIBLE },
|
||||||
{ NEW_FOLDER, 11, 0, CTX_INVISIBLE },
|
{ NEW_FOLDER, 13, 0, CTX_INVISIBLE },
|
||||||
{ BOOKMARKS_NEW, 12, 0, CTX_INVISIBLE },
|
{ BOOKMARKS_NEW, 14, 0, CTX_INVISIBLE },
|
||||||
};
|
};
|
||||||
|
|
||||||
#define N_MENU_NEW_ENTRIES (sizeof(menu_new_entries) / sizeof(MenuEntry))
|
#define N_MENU_NEW_ENTRIES (sizeof(menu_new_entries) / sizeof(MenuEntry))
|
||||||
|
Loading…
Reference in New Issue
Block a user