save application scale to gui configuration, and draw everything to the correct saved scale when starting the application
This commit is contained in:
parent
b7116c52ff
commit
4fd1338cf1
6 changed files with 47 additions and 27 deletions
|
@ -96,6 +96,7 @@ def check_directory():
|
|||
"nodes": [],
|
||||
"recentfiles": [],
|
||||
"observers": [{"name": "hello", "cmd": "echo hello"}],
|
||||
"scale": 1.0,
|
||||
}
|
||||
save(config)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue