Reset the timer & refresh thumbnail when changing split channel (#2080)

This commit is contained in:
pajlada
2020-10-18 12:19:30 +02:00
committed by GitHub
parent 48a3506d77
commit 39a0e69a3b
3 changed files with 21 additions and 2 deletions
+7
View File
@@ -48,6 +48,13 @@ private:
void initializeModeSignals(EffectLabel &label);
std::unique_ptr<QMenu> createMainMenu();
std::unique_ptr<QMenu> createChatModeMenu();
/**
* @brief Reset the thumbnail data and timer so a new
* thumbnail can be fetched
**/
void resetThumbnail();
void handleChannelChanged();
Split *const split_{};