diff options
Diffstat (limited to 'src/settings.h')
-rw-r--r-- | src/settings.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/settings.h b/src/settings.h index f88ccb257..78f86a59f 100644 --- a/src/settings.h +++ b/src/settings.h @@ -46,6 +46,8 @@ class Settings final npcsDir(), supportUrl(), logFileName(), + rootDir(), + windowCaption(), updateMirrors(), options(), persistentIp(true) @@ -65,6 +67,8 @@ class Settings final std::string npcsDir; std::string supportUrl; std::string logFileName; + std::string rootDir; + std::string windowCaption; std::vector<std::string> updateMirrors; Options options; bool persistentIp; |