소스 검색

Do not perform forceInstallPatches if there're other operations with patches

Ivan Arkhipov 5 년 전
부모
커밋
e77b63c32f
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/Legacy/models/patchlist.cpp

+ 1 - 0
src/Legacy/models/patchlist.cpp

@@ -245,6 +245,7 @@ void PatchList::forceInstallPatches()
 {
     if (active_operations_num_ > 0) {
         qWarning() << "Trying to start force patch installation, while there are already some operations running!";
+    	return;
     }
 
     auto is_database_enabled = [](QString db_name) -> bool {