System: bugfix
This commit is contained in:
parent
7093c389ca
commit
32c621fdf9
2 changed files with 4 additions and 2 deletions
|
@ -83,7 +83,9 @@
|
|||
<binding>
|
||||
<command>nasal</command>
|
||||
<script>
|
||||
acconfig.welcome_dlg.open();
|
||||
if (getprop("/systems/acconfig/options/welcome-skip") != 1) {
|
||||
acconfig.welcome_dlg.open();
|
||||
}
|
||||
</script>
|
||||
</binding>
|
||||
<binding>
|
||||
|
|
|
@ -1 +1 @@
|
|||
4400
|
||||
4401
|
Reference in a new issue