fixed some functionality, cleaned up and removed an unused QBoolSetting

This commit is contained in:
apa420
2018-05-16 01:39:08 +02:00
parent 26a0d5bc26
commit 3157b10ef2
2 changed files with 26 additions and 29 deletions
+2 -3
View File
@@ -101,9 +101,8 @@ public:
/// Logging
BoolSetting enableLogging = {"/logging/enabled", false};
BoolSetting customLogPath = {"/logging/customPath", false};
QStringSetting logPath = {"/logging/path", ""};
QStringSetting logPath = {"/logging/path",
QStandardPaths::writableLocation(QStandardPaths::AppDataLocation)};
QStringSetting pathHighlightSound = {"/highlighting/highlightSoundPath",
"qrc:/sounds/ping2.wav"};