mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
parent
d1d17d4e4b
commit
175e41c586
1 changed files with 3 additions and 1 deletions
|
@ -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()
|
||||||
|
|
Loading…
Reference in a new issue