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

remove the JS Slider addon, move it to core #1152

Merged
merged 2 commits into from
Sep 27, 2024

Conversation

bsstephan
Copy link
Contributor

this removes a bunch of code to support the addon, naturally, but the idea is the same, just in core. of note, the default mode when no slider pins are active has been folded into the core gamepad setting, so a tiny migration copies the user's default mode into the gamepad setting in order to not violate expectations. the user can still change this setting there via webconfig or hotkeys.

this also updates the DDI addon to get the active mode (rather than the settings mode) so that it doesn't do weird cleaning and/or override things, and updates the display code to show the active mode.

closes #941

bsstephan and others added 2 commits September 27, 2024 09:48
this removes a bunch of code to support the addon, naturally, but the
idea is the same, just in core. of note, the default mode when no slider
pins are active has been folded into the core gamepad setting, so a tiny
migration copies the user's default mode into the gamepad setting in
order to not violate expectations. the user can still change this
setting there via webconfig or hotkeys.

this also updates the DDI addon to get the active mode (rather than the
settings mode) so that it doesn't do weird cleaning and/or override
things, and updates the display code to show the active mode
@arntsonl arntsonl merged commit 2ec5fa1 into OpenStickCommunity:main Sep 27, 2024
44 checks passed
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.

Add a Joystick Slider default to just use whatever is set in core, or remove the setting entirely
2 participants