refactored the ignores page a bit

This commit is contained in:
fourtf
2018-07-05 16:45:34 +02:00
parent 1da23e5e91
commit 80c8e11cec
6 changed files with 51 additions and 57 deletions
@@ -13,7 +13,7 @@
namespace chatterino {
BrowserExtensionPage::BrowserExtensionPage()
: SettingsPage("Browser Extension", "")
: SettingsPage("Browser integration", "")
{
auto layout = LayoutCreator<BrowserExtensionPage>(this).setLayoutType<QVBoxLayout>();