feat: add get_entry() to EntryDialog

This commit is contained in:
aclist 2025-09-18 19:59:51 +09:00
parent 054486dfef
commit a03971ce70

View File

@ -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()