feat: add setting to customize chat log timestamp (#6338)
This commit is contained in:
@@ -567,7 +567,10 @@ public:
|
||||
"/logging/separatelyStoreStreamLogs",
|
||||
false,
|
||||
};
|
||||
|
||||
QStringSetting logTimestampFormat = {
|
||||
"/logging/logTimestampFormat",
|
||||
"hh:mm:ss",
|
||||
};
|
||||
QStringSetting logPath = {"/logging/path", ""};
|
||||
|
||||
QStringSetting pathHighlightSound = {"/highlighting/highlightSoundPath",
|
||||
|
||||
Reference in New Issue
Block a user