Skip to content
Snippets Groups Projects
Commit 27a45ee1 authored by Julian's avatar Julian
Browse files

Add refreshing in the save method

parent 36d11702
No related branches found
No related tags found
1 merge request!4Resolve "Allow creating an I2C address"
......@@ -138,6 +138,8 @@ class MainWindow(BaseWindow):
Saves the current device configuration.
:param filename: Name of file to save to
"""
self.refresh()
try:
Config.save(filename)
self.clear_dirty()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment