From 0ca0a5277ebd8b759367705457fb4dd018759263 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 29 May 2014 13:31:44 +0300 Subject: Move some other vars from client into settings. --- src/settings.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/settings.h') 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 updateMirrors; Options options; bool persistentIp; -- cgit v1.2.3-60-g2f50