Added emote completion with : to the whispers channel (#2076)
This commit is contained in:
@@ -460,8 +460,10 @@ void SplitInput::onCursorPositionChanged()
|
||||
|
||||
void SplitInput::updateColonMenu()
|
||||
{
|
||||
auto channel = this->split_->getChannel().get();
|
||||
if (!getSettings()->emoteCompletionWithColon ||
|
||||
!dynamic_cast<TwitchChannel *>(this->split_->getChannel().get()))
|
||||
(!dynamic_cast<TwitchChannel *>(channel) &&
|
||||
!(channel->getType() == Channel::Type::TwitchWhispers)))
|
||||
{
|
||||
this->hideColonMenu();
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user