Skip to content
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

Change "init" feature to be less obstructive in split screen scenarios #2

Closed
JonahPlusPlus opened this issue Nov 30, 2022 · 1 comment

Comments

@JonahPlusPlus
Copy link
Owner

The "init" feature overwrites any state set by the user before it runs. This is annoying in contexts where the "init" feature can't be disabled (like a collection of examples where some depend on it). It should detect when the user has already set a value and not run.

@JonahPlusPlus
Copy link
Owner Author

Should now be fixed. Now checks if the value is None before overriding.

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

No branches or pull requests

1 participant