1
0
Fork 0
mirror of https://github.com/aclist/dztui.git synced 2025-06-26 10:58:58 +02:00

chore: add logging

This commit is contained in:
aclist 2024-12-18 17:26:31 +09:00
parent 6e3746e9b4
commit a18d68776f
4 changed files with 9 additions and 7 deletions
helpers

View file

@ -2263,8 +2263,6 @@ class LinkDialog(GenericDialog):
parent.grid.update_statusbar(tooltip)
class EntryDialog(GenericDialog):
def __init__(self, parent, text, mode, link):
super().__init__(parent, text, mode)