Skip to content

Incorrect description for gui_location config #4252

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
shyamjayakannan opened this issue May 20, 2025 · 0 comments
Open

Incorrect description for gui_location config #4252

shyamjayakannan opened this issue May 20, 2025 · 0 comments

Comments

@shyamjayakannan
Copy link

Here both enable_gui and gui_location have the same description. The one for the latter should be changed.

manim/manim/_config/utils.py

Lines 1440 to 1452 in f304bd9

@property
def enable_gui(self) -> bool:
"""Enable GUI interaction."""
return self._d["enable_gui"]
@enable_gui.setter
def enable_gui(self, value: bool) -> None:
self._set_boolean("enable_gui", value)
@property
def gui_location(self) -> tuple[Any]:
"""Enable GUI interaction."""
return self._d["gui_location"]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🆕 New
Development

No branches or pull requests

1 participant