mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-30 20:34:38 +01:00
Fixed for help button
This commit is contained in:
parent
c9662bbf5d
commit
00beee1f08
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ class DialogBox(Configs):
|
||||||
""" Display a mixedform box. """
|
""" Display a mixedform box. """
|
||||||
if self.dialog:
|
if self.dialog:
|
||||||
code, tags = self.d.mixedform(text=text, title=title, elements=elements, # type: ignore
|
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:
|
else:
|
||||||
code: bool = False
|
code: bool = False
|
||||||
tags: list = elements
|
tags: list = elements
|
||||||
|
|
Loading…
Add table
Reference in a new issue