mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
Fixes #233 manual reconnect
This commit is contained in:
parent
91fca258bf
commit
01efa1f447
2 changed files with 2 additions and 1 deletions
|
@ -93,5 +93,5 @@ private:
|
|||
QByteArray messageSuffix;
|
||||
};
|
||||
|
||||
} // namespace singletons
|
||||
} // namespace chatterino
|
||||
}
|
||||
|
|
|
@ -231,6 +231,7 @@ void SplitHeader::menuReloadChannelEmotes()
|
|||
|
||||
void SplitHeader::menuManualReconnect()
|
||||
{
|
||||
singletons::IrcManager::getInstance().connect();
|
||||
}
|
||||
|
||||
void SplitHeader::menuShowChangelog()
|
||||
|
|
Loading…
Reference in a new issue