System: bugfix

This commit is contained in:
Joshua Davidson 2018-04-09 13:26:23 -04:00
parent 7093c389ca
commit 32c621fdf9
2 changed files with 4 additions and 2 deletions

View file

@ -83,7 +83,9 @@
<binding> <binding>
<command>nasal</command> <command>nasal</command>
<script> <script>
acconfig.welcome_dlg.open(); if (getprop("/systems/acconfig/options/welcome-skip") != 1) {
acconfig.welcome_dlg.open();
}
</script> </script>
</binding> </binding>
<binding> <binding>

View file

@ -1 +1 @@
4400 4401