diff --git a/resources/images/commands.svg b/resources/images/commands.svg new file mode 100644 index 000000000..0d29cfc2a --- /dev/null +++ b/resources/images/commands.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + diff --git a/resources/resources.qrc b/resources/resources.qrc index 9e7b48f8f..3bc21f725 100644 --- a/resources/resources.qrc +++ b/resources/resources.qrc @@ -41,6 +41,7 @@ images/accounts.svg images/chatterino2.icns images/icon.png + images/commands.svg qt.conf diff --git a/src/widgets/settingsdialog.cpp b/src/widgets/settingsdialog.cpp index 2e87c0267..bfa2a541d 100644 --- a/src/widgets/settingsdialog.cpp +++ b/src/widgets/settingsdialog.cpp @@ -88,7 +88,7 @@ void SettingsDialog::addTabs() this->addTab(this->createBehaviourTab(), "Behaviour", ":/images/behave.svg"); - this->addTab(this->createCommandsTab(), "Commands", ":/images/CustomActionEditor_16x.png"); + this->addTab(this->createCommandsTab(), "Commands", ":/images/commands.svg"); this->addTab(this->createEmotesTab(), "Emotes", ":/images/emote.svg");