added select channel dialog

This commit is contained in:
fourtf
2018-04-18 09:12:29 +02:00
parent 043823120f
commit 3446a623f5
29 changed files with 1295 additions and 69 deletions
+1
View File
@@ -79,6 +79,7 @@ void SettingManager::updateWordTypeMask()
newMaskUint |= MessageElement::Username;
newMaskUint |= MessageElement::AlwaysShow;
newMaskUint |= MessageElement::Collapsed;
MessageElement::Flags newMask = static_cast<MessageElement::Flags>(newMaskUint);
+2
View File
@@ -113,6 +113,8 @@ void ThemeManager::actuallyUpdate(double hue, double multiplier)
this->tabs.selected = {QColor("#000"),
{QColor("#999"), QColor("#999"), QColor("#888")}};
}
this->tabs.bottomLine = this->tabs.selected.backgrounds.regular.color();
}
// Split
+1
View File
@@ -47,6 +47,7 @@ public:
TabColors highlighted;
TabColors newMessage;
QColor border;
QColor bottomLine;
} tabs;
/// SPLITS