@@ -261,6 +261,8 @@ class KlippyGtk:
|
|||||||
return
|
return
|
||||||
if self.screen.updating:
|
if self.screen.updating:
|
||||||
return
|
return
|
||||||
|
if dialog == self.screen.confirm:
|
||||||
|
self.screen.confirm = None
|
||||||
dialog.destroy()
|
dialog.destroy()
|
||||||
if dialog in self.screen.dialogs:
|
if dialog in self.screen.dialogs:
|
||||||
logging.info("Removing Dialog")
|
logging.info("Removing Dialog")
|
||||||
|
Reference in New Issue
Block a user