settings: add 'execute_on_player_state_change' option
This commit is contained in:
committed by
Andrzej Rybczak
parent
8d12ac790f
commit
4130d3ba24
@@ -76,6 +76,7 @@ struct Configuration
|
||||
std::string external_editor;
|
||||
std::string system_encoding;
|
||||
std::string execute_on_song_change;
|
||||
std::string execute_on_player_state_change;
|
||||
std::string lastfm_preferred_language;
|
||||
std::wstring progressbar;
|
||||
std::wstring visualizer_chars;
|
||||
@@ -199,4 +200,3 @@ struct Configuration
|
||||
extern Configuration Config;
|
||||
|
||||
#endif // NCMPCPP_SETTINGS_H
|
||||
|
||||
|
||||
Reference in New Issue
Block a user