added select channel dialog
This commit is contained in:
@@ -79,6 +79,7 @@ void SettingManager::updateWordTypeMask()
|
||||
newMaskUint |= MessageElement::Username;
|
||||
|
||||
newMaskUint |= MessageElement::AlwaysShow;
|
||||
newMaskUint |= MessageElement::Collapsed;
|
||||
|
||||
MessageElement::Flags newMask = static_cast<MessageElement::Flags>(newMaskUint);
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -47,6 +47,7 @@ public:
|
||||
TabColors highlighted;
|
||||
TabColors newMessage;
|
||||
QColor border;
|
||||
QColor bottomLine;
|
||||
} tabs;
|
||||
|
||||
/// SPLITS
|
||||
|
||||
Reference in New Issue
Block a user