mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-09-19 09:41:32 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user