fixed notification tab not having an icon
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user