System: Bugfix in update dialog
This commit is contained in:
parent
b1f8ebe04f
commit
e00288a71a
2 changed files with 4 additions and 2 deletions
|
@ -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();
|
||||
}
|
||||
|
|
|
@ -1 +1 @@
|
|||
4413
|
||||
4414
|
Reference in a new issue