add a new data to track the most recently opened/saved files, and update recent files menu as the recent files change
This commit is contained in:
parent
e2fba18ba5
commit
6bb1d5cba2
3 changed files with 22 additions and 5 deletions
|
@ -94,6 +94,7 @@ def check_directory():
|
|||
},
|
||||
"servers": [{"name": "example", "address": "127.0.0.1", "port": 50051}],
|
||||
"nodes": [],
|
||||
"recentfiles": [],
|
||||
"observers": [{"name": "hello", "cmd": "echo hello"}],
|
||||
}
|
||||
save(config)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue