nyx: add no box and 5 entries per line support

Icons that have `_nobox.bmp` in their name will make the grey background disappear.

Additionally a new option was added in Nyx Options called `Extended Boot Entries` that allows user to have a total of 10 entries showing up in Launch and More configs menus.
This commit is contained in:
CTCaer
2022-05-13 03:49:32 +03:00
parent b9cdf5d697
commit c2ff5dbd1c
9 changed files with 151 additions and 47 deletions

View File

@@ -42,7 +42,8 @@ typedef struct _hekate_config
typedef struct _nyx_config
{
u32 themecolor;
u32 theme_color;
u32 entries_5_columns;
u32 timeoff;
u32 home_screen;
u32 verification;