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:
Huy Pham 2020-02-04 13:49:46 -08:00
parent e2fba18ba5
commit 6bb1d5cba2
3 changed files with 22 additions and 5 deletions

View file

@ -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)