@@ -360,7 +360,9 @@ void GeneralPage::initLayout(SettingsLayout &layout)
|
|||||||
// layout.addDropdown("Last read message style", {"Default"});
|
// layout.addDropdown("Last read message style", {"Default"});
|
||||||
layout.addCheckbox("Show deleted messages", s.hideModerated, true);
|
layout.addCheckbox("Show deleted messages", s.hideModerated, true);
|
||||||
layout.addDropdown<QString>(
|
layout.addDropdown<QString>(
|
||||||
"Timestamps", {"Disable", "h:mm", "hh:mm", "h:mm a", "hh:mm a"},
|
"Timestamps",
|
||||||
|
{"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"},
|
||||||
s.timestampFormat,
|
s.timestampFormat,
|
||||||
[](auto val) {
|
[](auto val) {
|
||||||
return getSettings()->showTimestamps.getValue()
|
return getSettings()->showTimestamps.getValue()
|
||||||
|
|||||||
Reference in New Issue
Block a user