added settings page for moderation

This commit is contained in:
fourtf
2018-01-13 03:06:10 +01:00
parent faf5da2bf7
commit bc93ef7214
4 changed files with 47 additions and 2 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ void SettingsDialog::addTabs()
this->addTab(new settingspages::EmotesPage);
this->addTab(new settingspages::HighlightingPage);
// this->addTab(new settingspages::LogsPage);
// this->addTab(new settingspages::ModerationPage);
this->addTab(new settingspages::ModerationPage);
this->ui.tabContainer->addStretch(1);
this->addTab(new settingspages::AboutPage, Qt::AlignBottom);
}