disabled tabs in the settings that are ununsed

This commit is contained in:
fourtf 2017-12-19 03:37:07 +01:00
parent 6a07e1103e
commit 01dbaed781

View file

@ -80,22 +80,24 @@ void SettingsDialog::addTabs()
this->addTab(this->createBehaviourTab(), "Behaviour", ":/images/AppearanceEditorPart_16x.png"); this->addTab(this->createBehaviourTab(), "Behaviour", ":/images/AppearanceEditorPart_16x.png");
this->addTab(this->createCommandsTab(), "Commands", ":/images/CustomActionEditor_16x.png"); // this->addTab(this->createCommandsTab(), "Commands",
// ":/images/CustomActionEditor_16x.png");
this->addTab(this->createEmotesTab(), "Emotes", ":/images/Emoji_Color_1F60A_19.png"); this->addTab(this->createEmotesTab(), "Emotes", ":/images/Emoji_Color_1F60A_19.png");
this->addTab(this->createIgnoredUsersTab(), "Ignored Users", // this->addTab(this->createIgnoredUsersTab(), "Ignored Users",
":/images/StatusAnnotations_Blocked_16xLG_color.png"); // ":/images/StatusAnnotations_Blocked_16xLG_color.png");
this->addTab(this->createIgnoredMessagesTab(), "Ignored Messages", ":/images/Filter_16x.png"); // this->addTab(this->createIgnoredMessagesTab(), "Ignored Messages",
// ":/images/Filter_16x.png");
this->addTab(this->createLinksTab(), "Links", ":/images/VSO_Link_blue_16x.png"); // this->addTab(this->createLinksTab(), "Links", ":/images/VSO_Link_blue_16x.png");
this->addTab(this->createLogsTab(), "Logs", ":/images/VSO_Link_blue_16x.png"); // this->addTab(this->createLogsTab(), "Logs", ":/images/VSO_Link_blue_16x.png");
this->addTab(this->createHighlightingTab(), "Highlighting", ":/images/format_Bold_16xLG.png"); this->addTab(this->createHighlightingTab(), "Highlighting", ":/images/format_Bold_16xLG.png");
this->addTab(this->createWhispersTab(), "Whispers", ":/images/Message_16xLG.png"); // this->addTab(this->createWhispersTab(), "Whispers", ":/images/Message_16xLG.png");
// Add stretch // Add stretch
this->ui.tabs.addStretch(1); this->ui.tabs.addStretch(1);