mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-21 00:40:13 +00:00
Key control: shortcut to control repeating of msgs
This commit is contained in:
@@ -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};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user