UI: Add "Don't show again" checkbox to YT auto start warning

Also modifies the warning message to be more clear about what this
means.
This commit is contained in:
derrod
2021-08-17 19:12:27 +02:00
parent 4ef2a79a19
commit fc3f349a31
3 changed files with 36 additions and 7 deletions
+1
View File
@@ -564,6 +564,7 @@ private:
QPointer<QThread> youtubeStreamCheckThread;
#if YOUTUBE_ENABLED
void YoutubeStreamCheck(const std::string &key);
void ShowYouTubeAutoStartWarning();
void YouTubeActionDialogOk(const QString &id, const QString &key,
bool autostart, bool autostop);
#endif