We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06bbd70 commit d8c063dCopy full SHA for d8c063d
gwakeonlan/ui/arpcache.py
@@ -66,6 +66,7 @@ def startup(self):
66
67
def destroy(self):
68
"""Hide and destroy the ARP cache picker dialog"""
69
+ logging.debug(f'{self.__class__.__name__} destroy')
70
self.ui.dialog.destroy()
71
self.ui.dialog = None
72
gwakeonlan/ui/detail.py
@@ -105,6 +105,7 @@ def show(self):
105
106
107
"""Destroy the dialog"""
108
109
110
111
0 commit comments