Make runnable again (#40)

* Compile before push DansGame

* Initialize them when they are needed, not on startup. This is THREAD-SAFE since C++11

* Changed user to account
This commit is contained in:
Bur0k
2017-04-19 15:25:05 +02:00
committed by fourtf
parent 38062cb3c5
commit b6d0776917
6 changed files with 4 additions and 8 deletions
-2
View File
@@ -9,8 +9,6 @@ using namespace chatterino::messages;
namespace chatterino {
SettingsManager SettingsManager::instance;
SettingsManager::SettingsManager()
: _settings(Path::getAppdataPath() + "settings.ini", QSettings::IniFormat)
, _wordTypeMask(Word::Default)