Add option to use server timestamp from the message instead of the local clock time for logging. (#6346)
This commit is contained in:
@@ -571,6 +571,10 @@ public:
|
||||
"/logging/logTimestampFormat",
|
||||
"hh:mm:ss",
|
||||
};
|
||||
BoolSetting tryUseTwitchTimestamps = {
|
||||
"/logging/tryUseTwitchTimestamps",
|
||||
false,
|
||||
};
|
||||
QStringSetting logPath = {"/logging/path", ""};
|
||||
|
||||
QStringSetting pathHighlightSound = {"/highlighting/highlightSoundPath",
|
||||
|
||||
Reference in New Issue
Block a user