Skip to content
Snippets Groups Projects
Commit 5b0edb40 authored by Martin's avatar Martin
Browse files

added saved message

parent 1ecb67e5
No related branches found
No related tags found
1 merge request!25Tell user if unable/able to save
Pipeline #132074 failed
...@@ -850,7 +850,9 @@ class GUI(QMainWindow): ...@@ -850,7 +850,9 @@ class GUI(QMainWindow):
res = self.cpu.save_state_to_file(path) res = self.cpu.save_state_to_file(path)
if not res: if res:
self.messageBox("File saved.")
else:
self.errorBox("Unable to save.") self.errorBox("Unable to save.")
def openBreakpointWindow(self) -> None: def openBreakpointWindow(self) -> None:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment