From 6754cb500cc4dd8991b5887a6ffcc2cd9fcf0cf1 Mon Sep 17 00:00:00 2001 From: Joris Guyonvarch Date: Tue, 30 Dec 2025 10:06:31 +0100 Subject: Turn off ESC on book form and transfer modals --- src/book_transfer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/book_transfer.py') diff --git a/src/book_transfer.py b/src/book_transfer.py index 341c247..3bda52f 100644 --- a/src/book_transfer.py +++ b/src/book_transfer.py @@ -20,7 +20,7 @@ class BookTransfer(Gtk.Window): self._data = data self._paths = paths - utils.configure_dialog(self, parent_window, data['title'], width=None, height=None) + utils.configure_dialog(self, parent_window, data['title'], width=None, height=None, allow_escape=False) self._box = Gtk.Box(orientation=Gtk.Orientation.VERTICAL, spacing=20) self.set_child(self._box) -- cgit v1.2.3