configuration: support multiple configuration files
This commit is contained in:
@@ -53,7 +53,7 @@ struct Configuration
|
||||
: playlist_disable_highlight_delay(0), visualizer_sync_interval(0)
|
||||
{ }
|
||||
|
||||
bool read(const std::string &config_path);
|
||||
bool read(const std::vector<std::string> &config_paths);
|
||||
|
||||
std::string ncmpcpp_directory;
|
||||
std::string lyrics_directory;
|
||||
|
||||
Reference in New Issue
Block a user