close dialogs on klippy restart

This commit is contained in:
alfrix
2022-07-27 16:52:58 -03:00
committed by Alfredo Monclus
parent e8e4555d46
commit d5bc271788
2 changed files with 6 additions and 0 deletions

View File

@@ -218,6 +218,7 @@ class KlippyGtk:
else:
dialog.get_window().set_cursor(Gdk.Cursor(Gdk.CursorType.BLANK_CURSOR))
self.screen.dialogs.append(dialog)
return dialog
def ToggleButtonImage(self, image_name, label, style=None, scale=1.38):