Sim: Fix conflicting message behavior
This commit is contained in:
parent
8fc261986f
commit
92b7d5bddf
2 changed files with 2 additions and 2 deletions
|
@ -162,7 +162,7 @@ setlistener("/sim/signals/fdm-initialized", func {
|
|||
}
|
||||
mismatch_chk();
|
||||
readSettings();
|
||||
if (getprop("/systems/acconfig/options/revision") < current_revision and getprop("/systems/acconfig/mismatch-code") == "0x000") {
|
||||
if (getprop("/systems/acconfig/out-of-date") != 1 and getprop("/systems/acconfig/options/revision") < current_revision and getprop("/systems/acconfig/mismatch-code") == "0x000") {
|
||||
updated_dlg.open();
|
||||
} else if (getprop("/systems/acconfig/out-of-date") != 1 and getprop("/systems/acconfig/mismatch-code") == "0x000" and getprop("/systems/acconfig/options/welcome-skip") != 1) {
|
||||
welcome_dlg.open();
|
||||
|
|
|
@ -1 +1 @@
|
|||
4623
|
||||
4624
|
Reference in a new issue