show_budget fix

This commit is contained in:
Henk
2022-09-21 17:53:16 +02:00
parent d0664207e8
commit e68f284006
5 changed files with 33 additions and 1 deletions

View File

@ -1198,7 +1198,7 @@ def processsettings(js):
if("show_probs" in js):
vars.show_probs = js["show_probs"]
if("show_budget" in js):
vars.show_probs = js["show_budget"]
vars.show_budget = js["show_budget"]
if("seed" in js):
vars.seed = js["seed"]