From f2eda747fe5a8bd560ec4fde4867db290b6e6c77 Mon Sep 17 00:00:00 2001 From: heliguy Date: Wed, 1 Nov 2023 11:35:33 -0400 Subject: [PATCH] Snapshot window toasts after applying a snapshot --- src/snapshots_window.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/snapshots_window.py b/src/snapshots_window.py index 46ff8ef..fe0550e 100644 --- a/src/snapshots_window.py +++ b/src/snapshots_window.py @@ -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":