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

Launch parameters not being persisted #115

Open
fugasjunior opened this issue Apr 21, 2024 · 0 comments
Open

Launch parameters not being persisted #115

fugasjunior opened this issue Apr 21, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@fugasjunior
Copy link
Owner

When the user types in a custom launch parameter but doesn't press enter to parse and save it into the field, it is not persisted in the database.

Steps to reproduce:

  1. Create a new server of any type
  2. In the "Custom launch parameters" field, type -maxFPS 60, but don't press enter.
  3. Click "Submit"
  4. View the server settings

Expected result:
-maxFPS 60 is present in "Custom launch parameters" field

Actual result:
The "Custom launch parameters" field is empty

Possible solution:
Parse and save the parameter on form submit if it's still being edited.

@fugasjunior fugasjunior added the bug Something isn't working label Apr 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant