Minimize changes

This commit is contained in:
George King
2026-02-18 20:31:00 +01:00
committed by GitHub
parent b22e8686f8
commit aa4cf8a743
+1 -1
View File
@@ -1408,7 +1408,7 @@ void CModListView::doInstallMod(const QString & modName)
void CModListView::doUninstallMod(const QString & modName, bool silent)
{
if(!modStateModel->isModExists(modName) || !modStateModel->getMod(modName).isInstalled())
if(modStateModel->isModExists(modName) && modStateModel->getMod(modName).isInstalled())
return;
if(!silent)