Просмотр исходного кода

UI: Don't delete auto-remux file (just in case)

jp9000 6 лет назад
Родитель
Сommit
587de2139d
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      UI/window-remux.cpp

+ 0 - 1
UI/window-remux.cpp

@@ -946,7 +946,6 @@ void OBSRemux::remuxFinished(bool success)
 	queueModel->finishEntry(success);
 
 	if (autoRemux && autoRemuxFile != "") {
-		QFile::remove(autoRemuxFile);
 		QTimer::singleShot(3000, this, SLOT(close()));
 	}