fixed notification tab not having an icon

This commit is contained in:
fourtf 2018-01-13 02:21:08 +01:00
parent 96feb9b54c
commit faf5da2bf7

View file

@ -20,7 +20,7 @@ namespace chatterino {
namespace widgets { namespace widgets {
namespace settingspages { namespace settingspages {
HighlightingPage::HighlightingPage() HighlightingPage::HighlightingPage()
: SettingsPage("Highlights", ":/images/VSO_Link_blue_16x.png") : SettingsPage("Highlights", ":/images/notifications.svg")
{ {
singletons::SettingManager &settings = singletons::SettingManager::getInstance(); singletons::SettingManager &settings = singletons::SettingManager::getInstance();
util::LayoutCreator<HighlightingPage> layoutCreator(this); util::LayoutCreator<HighlightingPage> layoutCreator(this);