Explorar o código

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

Ivan Arkhipov %!s(int64=5) %!d(string=hai) anos
pai
achega
e77b63c32f
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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 {