mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
fixed formatting in Settings.hpp
This commit is contained in:
parent
f4a6b769e5
commit
d13b7d9768
1 changed files with 8 additions and 2 deletions
|
@ -345,8 +345,14 @@ public:
|
|||
|
||||
ChatterinoSetting<std::vector<TimeoutButton>> timeoutButtons = {
|
||||
"/timeouts/timeoutButtons",
|
||||
{ { "s", 1 }, { "s", 30 }, { "m", 1 }, { "m", 5 },
|
||||
{ "m", 30 }, { "h", 1 }, { "d", 1 }, { "w", 1 } } };
|
||||
{{"s", 1},
|
||||
{"s", 30},
|
||||
{"m", 1},
|
||||
{"m", 5},
|
||||
{"m", 30},
|
||||
{"h", 1},
|
||||
{"d", 1},
|
||||
{"w", 1}}};
|
||||
|
||||
private:
|
||||
void updateModerationActions();
|
||||
|
|
Loading…
Reference in a new issue