Key control: shortcut to control repeating of msgs

This commit is contained in:
Martin Pulec
2020-11-13 14:42:32 +01:00
parent a0f48ad255
commit b888e09800
3 changed files with 12 additions and 3 deletions

View File

@@ -258,5 +258,5 @@ void Logger::preinit(bool skip_repeated)
}
std::atomic<Logger::last_message *> Logger::last_msg{};
bool Logger::skip_repeated = true;
std::atomic<bool> Logger::skip_repeated{true};