PDXCapstoneF / SPECtate

http://spectate.readthedocs.io/en/dev
MIT License
2 stars 2 forks source link

(GUI) Right click -> Rename #183

Closed austin-millan closed 6 years ago

austin-millan commented 6 years ago

User should be able to rename their runs by interacting with the listbox.

Would involve modifying MainWindow.popup_window() with another option, rename. Then updating the tag in memory doing something like: RunManager.update_run(tag_to_find=run_to_modify, data={"tag": new_name}).

austin-millan commented 6 years ago

Merged in PR #188