QModInstaller: actually install mod
This commit is contained in:
parent
9ed941b37e
commit
fa8421ff42
2 changed files with 8 additions and 6 deletions
|
|
@ -47,6 +47,8 @@ Kirigami.ApplicationWindow {
|
|||
installInfoDialog.open();
|
||||
} else {
|
||||
installDialog.open();
|
||||
QModInstaller.finishedInstall.connect(() => installDialog.close())
|
||||
QModInstaller.install();
|
||||
}
|
||||
break;
|
||||
case "NoModExceptionError":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue