Refactoring/service logging functional (#793)

This commit is contained in:
Garegin Harutyunyan
2024-08-08 19:13:49 +04:00
committed by GitHub
parent 1343d10aa7
commit 264d77463d
8 changed files with 38 additions and 5 deletions
+2
View File
@@ -226,6 +226,8 @@ void Settings::setSaveLogs(bool enabled)
}
}
#endif
Logger::setServiceLogsEnabled(enabled);
if (enabled) {
setLogEnableDate(QDateTime::currentDateTime());
}