Normalising config directory to ensure it has trailing path separator resolving #2552
* Moved Setter next to Getter * Set `config_dir` to ensure consistent directory for all files resolving #2551 * Changed PluginManager loading log message to include directory
This commit is contained in:
parent
663b28508c
commit
2770206a8d
3 changed files with 32 additions and 19 deletions
|
|
@ -52,4 +52,6 @@ private:
|
|||
|
||||
RemovePluginCallback RemovePluginCallbackVal;
|
||||
void * RemovePluginCallbackArg;
|
||||
|
||||
const char * plugins_path = "plugins/";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue