Skip to content

Commit 9457b36

Browse files
committed
Merge branch 'refactor/extension-architecture' of github.com:ansys/pyaedt into refactor/extension-architecture
2 parents 3e82a02 + 8baa02c commit 9457b36

File tree

1 file changed

+1
-1
lines changed
  • src/ansys/aedt/core/extensions

1 file changed

+1
-1
lines changed

src/ansys/aedt/core/extensions/misc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def __init__(
9898
theme_color: str, optional
9999
The theme color to apply to the UI. Options are "light" or "dark". Default is "light".
100100
withdraw : bool, optional
101-
If True, the main window is hidden. Default is False.
101+
If True, the main window is hidden. Default is ``False``.
102102
add_custom_content : bool, optional
103103
If True, the method `add_extension_content` is called to add custom content to the UI.
104104
toggle_row : int, optional

0 commit comments

Comments
 (0)