fixed the quit dialogue not being cancellable
This commit is contained in:
parent
a087bbb6a4
commit
ccaf759dea
1 changed files with 1 additions and 0 deletions
|
@ -270,6 +270,7 @@ class BuypeebApp:
|
|||
|
||||
prompt.format_secondary_text("Are you sure you want to quit buypeeb?")
|
||||
response = prompt.run()
|
||||
prompt.destroy()
|
||||
if response == Gtk.ResponseType.OK:
|
||||
self.shutdown(self)
|
||||
|
||||
|
|
Loading…
Reference in a new issue