mirror of
https://github.com/owntone/owntone-server.git
synced 2025-04-22 11:35:43 -04:00
[settings] Add new setting for "webinterface"
- add settings to show/hide menu items in the top nav bar - add setting to show/hide cover artwork in album lists
This commit is contained in:
parent
4e353d4c36
commit
e86aa95d89
@ -33,6 +33,14 @@ static struct settings_option webinterface_options[] =
|
|||||||
{
|
{
|
||||||
{ "show_composer_now_playing", SETTINGS_TYPE_BOOL },
|
{ "show_composer_now_playing", SETTINGS_TYPE_BOOL },
|
||||||
{ "show_composer_for_genre", SETTINGS_TYPE_STR },
|
{ "show_composer_for_genre", SETTINGS_TYPE_STR },
|
||||||
|
{ "show_cover_artwork_in_album_lists", SETTINGS_TYPE_BOOL },
|
||||||
|
{ "show_menu_item_playlists", SETTINGS_TYPE_BOOL },
|
||||||
|
{ "show_menu_item_music", SETTINGS_TYPE_BOOL },
|
||||||
|
{ "show_menu_item_podcasts", SETTINGS_TYPE_BOOL },
|
||||||
|
{ "show_menu_item_audiobooks", SETTINGS_TYPE_BOOL },
|
||||||
|
{ "show_menu_item_radio", SETTINGS_TYPE_BOOL },
|
||||||
|
{ "show_menu_item_files", SETTINGS_TYPE_BOOL },
|
||||||
|
{ "show_menu_item_search", SETTINGS_TYPE_BOOL },
|
||||||
};
|
};
|
||||||
|
|
||||||
static struct settings_option artwork_options[] =
|
static struct settings_option artwork_options[] =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user