refactored the settings dialog
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
#include "moderationpage.hpp"
|
||||
|
||||
namespace chatterino {
|
||||
namespace widgets {
|
||||
namespace settingspages {
|
||||
ModerationPage::ModerationPage()
|
||||
: SettingsPage("Moderation", ":/images/VSO_Link_blue_16x.png")
|
||||
{
|
||||
}
|
||||
} // namespace settingspages
|
||||
} // namespace widgets
|
||||
} // namespace chatterino
|
||||
Reference in New Issue
Block a user