feat: add setting to customize chat log timestamp (#6338)
This commit is contained in:
@@ -521,7 +521,7 @@ void GeneralPage::initLayout(GeneralPageView &layout)
|
||||
->addTo(layout);
|
||||
|
||||
layout.addDropdown<QString>(
|
||||
"Timestamp format",
|
||||
"Message timestamp format",
|
||||
{"Disable", "h:mm", "hh:mm", "h:mm a", "hh:mm a", "h:mm:ss", "hh:mm:ss",
|
||||
"h:mm:ss a", "hh:mm:ss a", "h:mm:ss.zzz", "h:mm:ss.zzz a",
|
||||
"hh:mm:ss.zzz", "hh:mm:ss.zzz a"},
|
||||
|
||||
Reference in New Issue
Block a user