diff --git a/UI/window-basic-main.cpp b/UI/window-basic-main.cpp index 681619915..617a256bd 100644 --- a/UI/window-basic-main.cpp +++ b/UI/window-basic-main.cpp @@ -4361,10 +4361,7 @@ void OBSBasic::CreateSourcePopupMenu(int idx, bool preview) int width = obs_source_get_width(source); int height = obs_source_get_height(source); - resizeOutput->setEnabled(!(ui->streamButton->isChecked() || - ui->recordButton->isChecked() || - (replayBufferButton && - replayBufferButton->isChecked()))); + resizeOutput->setEnabled(!obs_video_active()); if (width == 0 || height == 0) resizeOutput->setEnabled(false);