mirror of
https://github.com/vcmi/vcmi.git
synced 2026-06-19 22:57:37 +02:00
- minor optimizations
- fixed incorrect error reporting in launcher - set WoG version to "0.0.0" so full version will be installed from repo in future - updated debian required packages list - launcher will be enabled by default
This commit is contained in:
@@ -381,7 +381,8 @@ void CModListView::on_uninstallButton_clicked()
|
||||
if (modModel->hasMod(modName) &&
|
||||
modModel->getMod(modName).isInstalled())
|
||||
{
|
||||
manager->disableMod(modName);
|
||||
if (modModel->getMod(modName).isEnabled())
|
||||
manager->disableMod(modName);
|
||||
manager->uninstallMod(modName);
|
||||
}
|
||||
checkManagerErrors();
|
||||
|
||||
Reference in New Issue
Block a user