From faf5da2bf7119894b7d61ee19500b81923c789f4 Mon Sep 17 00:00:00 2001 From: fourtf Date: Sat, 13 Jan 2018 02:21:08 +0100 Subject: [PATCH] fixed notification tab not having an icon --- src/widgets/settingspages/highlightingpage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/widgets/settingspages/highlightingpage.cpp b/src/widgets/settingspages/highlightingpage.cpp index bd0c491bf..796f7da8b 100644 --- a/src/widgets/settingspages/highlightingpage.cpp +++ b/src/widgets/settingspages/highlightingpage.cpp @@ -20,7 +20,7 @@ namespace chatterino { namespace widgets { namespace settingspages { HighlightingPage::HighlightingPage() - : SettingsPage("Highlights", ":/images/VSO_Link_blue_16x.png") + : SettingsPage("Highlights", ":/images/notifications.svg") { singletons::SettingManager &settings = singletons::SettingManager::getInstance(); util::LayoutCreator layoutCreator(this);