runmode untouched fix

This commit is contained in:
Concedo 2024-02-05 20:26:08 +08:00
parent acb792815e
commit 330921db15

View file

@ -1938,6 +1938,8 @@ def show_new_gui():
with open(filename, 'r') as f:
dict = json.load(f)
import_vars(dict)
global runmode_untouched
runmode_untouched = False
pass
def display_help():