System: Bugfix in update dialog

This commit is contained in:
Joshua Davidson 2018-05-20 22:51:06 -04:00
parent b1f8ebe04f
commit e00288a71a
2 changed files with 4 additions and 2 deletions

View file

@ -104,7 +104,9 @@
<command>nasal</command>
<script>
if (getprop("/systems/acconfig/mismatch-code") == "0x000") {
if (getprop("/systems/acconfig/options/welcome-skip") != 1) {
acconfig.welcome_dlg.open();
}
} else {
acconfig.error_mismatch.open();
}

View file

@ -1 +1 @@
4413
4414