From b34e6ae76b238c4d994e4e7e6baa92463b5bf440 Mon Sep 17 00:00:00 2001 From: Warchamp7 Date: Thu, 26 Aug 2021 21:13:09 -0400 Subject: [PATCH] UI: Fix disabled auto-start/stop checkboxes The YouTube integration auto-start and auto-stop checkboxes are only made visible when scheduling an event. However, they are disabled by default so users can't change them when they're visible. I suspect these checkboxes used to always be visible and were on an enable/disable flip which got changed to a visibility flip. --- UI/window-youtube-actions.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/UI/window-youtube-actions.cpp b/UI/window-youtube-actions.cpp index 0ca71b0a7..f277eb036 100644 --- a/UI/window-youtube-actions.cpp +++ b/UI/window-youtube-actions.cpp @@ -35,9 +35,6 @@ OBSYoutubeActions::OBSYoutubeActions(QWidget *parent, Auth *auth) ui->latencyBox->addItem(QTStr("YouTube.Actions.Latency.UltraLow"), "ultraLow"); - ui->checkAutoStart->setEnabled(false); - ui->checkAutoStop->setEnabled(false); - UpdateOkButtonStatus(); connect(ui->title, &QLineEdit::textChanged, this,