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 "restart app on config change" option #561

Merged
merged 2 commits into from
Feb 9, 2022

Conversation

Araxeus
Copy link
Collaborator

@Araxeus Araxeus commented Jan 20, 2022

Fix #560 (see #560 (comment))

config was changing for many reasons that didn't warrant a restart (position, url, precise-volume, video-toggle)

so I made it so that only config change originating from a menu can trigger a restart

This was done by changing all current menu implementation which is abit messy, but I can't currently think of a cleaner way to fix this..

⚠️ this pr needs conflict solving with the other open prs (rename setOptions to setMenuOptions in #578 & #580)

@Araxeus Araxeus force-pushed the fix-restart-on-config-change branch from b95b54c to 5a4fd52 Compare January 20, 2022 21:04
@Araxeus Araxeus force-pushed the fix-restart-on-config-change branch from 5a4fd52 to 74b67c3 Compare January 22, 2022 22:12
Copy link
Owner

@th-ch th-ch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thanks for the improvement on the option! ✅

@th-ch th-ch merged commit c2fdfcc into th-ch:master Feb 9, 2022
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.

plugin conflicting "Video Playback"
2 participants