Переглянути джерело

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.
Warchamp7 4 роки тому
батько
коміт
b34e6ae76b
1 змінених файлів з 0 додано та 3 видалено
  1. 0 3
      UI/window-youtube-actions.cpp

+ 0 - 3
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,