mirror of
https://github.com/owntone/owntone-server.git
synced 2025-02-26 12:59:19 -05: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_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[] =
|
||||
|
Loading…
x
Reference in New Issue
Block a user