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 crash on changing a customized preset #1816

Merged
merged 1 commit into from
Aug 20, 2024

Conversation

Koseng
Copy link
Contributor

@Koseng Koseng commented Aug 15, 2024

fixes #1814

The display entry to show "Customized Preset or Custom Code" was appended to the end of the preset list. Since now only the first 1500 items are shown, that entry was cut as well, which caused issues.

Now the display entry "Customized Preset or Custom Code" is insert as first item of the preset list.

@Koseng Koseng requested a review from DocMoebiuz as a code owner August 15, 2024 18:51
Copy link

Build for this pull request:
MobiFlightConnector.zip

@Koseng Koseng changed the title Fix crash on changing a customized presets Fix crash on changing a customized preset Aug 15, 2024
@Koseng
Copy link
Contributor Author

Koseng commented Aug 16, 2024

Fix was successfully tested by discord user.

@DocMoebiuz DocMoebiuz merged commit 53c3af2 into MobiFlight:main Aug 20, 2024
1 check passed
@DocMoebiuz DocMoebiuz added the bug_beta Something isn't working in a beta version, not in a stable released version label Aug 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug_beta Something isn't working in a beta version, not in a stable released version ignore-for-release-notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Inserting a custom variable in the Button Input OnRelease causes an Exception
2 participants