Fixed for help button

This commit is contained in:
Dimitris Zlatanidis 2023-03-06 23:41:23 +02:00
parent c9662bbf5d
commit 00beee1f08

View file

@ -41,7 +41,7 @@ class DialogBox(Configs):
""" Display a mixedform box. """
if self.dialog:
code, tags = self.d.mixedform(text=text, title=title, elements=elements, # type: ignore
height=height, width=width)
height=height, width=width, help_button=True)
else:
code: bool = False
tags: list = elements