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>
|
<command>nasal</command>
|
||||||
<script>
|
<script>
|
||||||
if (getprop("/systems/acconfig/mismatch-code") == "0x000") {
|
if (getprop("/systems/acconfig/mismatch-code") == "0x000") {
|
||||||
|
if (getprop("/systems/acconfig/options/welcome-skip") != 1) {
|
||||||
acconfig.welcome_dlg.open();
|
acconfig.welcome_dlg.open();
|
||||||
|
}
|
||||||
} else {
|
} else {
|
||||||
acconfig.error_mismatch.open();
|
acconfig.error_mismatch.open();
|
||||||
}
|
}
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
4413
|
4414
|
Reference in a new issue