mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
fixed notification tab not having an icon
This commit is contained in:
parent
96feb9b54c
commit
faf5da2bf7
|
@ -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<HighlightingPage> layoutCreator(this);
|
||||
|
|
Loading…
Reference in a new issue