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

fix: runtime updates for progress option #739

Merged

Conversation

christoph-heinrich
Copy link
Contributor

@christoph-heinrich christoph-heinrich commented Oct 25, 2023

Fixes #737


Now that elements can be created/destroyed at runtime, an alternative way of dealing with script-opts updates would be to destroy and recreate everything. If it works on startup, it'll also work during runtime.

@tomasklaen
Copy link
Owner

Lets not do that unless necessary. I'm afraid of side effects of doing that while stuff like menu or updater or future color adjustments are open. Things the user is interacting with shouldn't just disappear from the screen because next file with different options profile started playing.

@tomasklaen tomasklaen merged commit ed6dcbe into tomasklaen:main Oct 25, 2023
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

Successfully merging this pull request may close these issues.

progress setting is not reactive
2 participants