Improve user friendliness of changing chat widget channel/opening new chat widget

This commit is contained in:
Rasmus Karlsson
2017-07-31 01:36:42 +02:00
parent 5c8d3f9eef
commit 417c4028a0
4 changed files with 19 additions and 6 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ public:
std::shared_ptr<Channel> getChannel() const;
std::shared_ptr<Channel> &getChannelRef();
void showChangeChannelPopup();
bool showChangeChannelPopup(const char *dialogTitle, bool empty = false);
messages::LimitedQueueSnapshot<messages::SharedMessageRef> getMessagesSnapshot();
void layoutMessages(bool forceUpdate = false);
void updateGifEmotes();