Show thumbnails for live streams inside of the split header tooltip (#1702)

This feature is enabled by default and can be disabled in the Settings dialog with the "Show stream thumbnail" setting
This commit is contained in:
apa420
2020-05-24 11:57:15 +02:00
committed by GitHub
parent f7b063f265
commit 6d5ba0c442
4 changed files with 68 additions and 4 deletions
+2
View File
@@ -52,6 +52,8 @@ private:
Split *const split_{};
QString tooltipText_{};
bool isLive_{false};
QString thumbnail_;
QElapsedTimer lastThumbnail_;
// ui
Button *dropdownButton_{};