Snapshot window toasts after applying a snapshot

This commit is contained in:
heliguy
2023-11-01 11:35:33 -04:00
parent bcabba6b07
commit f2eda747fe

View File

@@ -154,6 +154,7 @@ class SnapshotsWindow(Adw.Window):
self.progress_bar.set_visible(False)
self.disconnect(self.no_close_id) # Make window able to close
self.main_stack.set_sensitive(True)
self.toast_overlay.add_toast(Adw.Toast.new(_("Snapshot applied")))
def on_response(dialog, response, func):
if response == "cancel":