mirror of
https://github.com/aclist/dztui.git
synced 2026-08-25 17:32:36 +02:00
feat: add get_entry() to EntryDialog
This commit is contained in:
parent
054486dfef
commit
a03971ce70
@ -3594,6 +3594,9 @@ class EntryDialog(GenericDialog):
|
||||
label = button.get_label()
|
||||
call_bash_func("Open link", label)
|
||||
|
||||
def get_entry(self) -> Gtk.Entry:
|
||||
return self.user_entry
|
||||
|
||||
def get_input(self) -> str | None:
|
||||
self.dialog.show_all()
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user