settings: add startup_slave_screen option

This commit is contained in:
brezerk
2014-11-06 20:13:46 +01:00
committed by Andrzej Rybczak
parent a4e9523f63
commit cc747c0f99
10 changed files with 49 additions and 12 deletions

View File

@@ -187,6 +187,7 @@ struct Configuration
size_t now_playing_suffix_length;
ScreenType startup_screen_type;
ScreenType startup_slave_screen_type;
std::list<ScreenType> screen_sequence;
SortMode browser_sort_mode;