mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2026-07-20 14:10:13 -04:00
[GH-ISSUE #117] [BUG] Launch String Template UI resets after game launch #59
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @proatgram on GitHub (Aug 14, 2025).
Original GitHub issue: https://github.com/Drop-OSS/drop-app/issues/117
Describe the bug
When setting the Launch String Template in the UI for any given game, the settings will only persist in the UI until the game is ran, after the game runs the UI displays the default string ( "{}" ).
The launch string does get saved, as launching it a second time results in the customized launch string being used, the bug seems to only be UI side.
To Reproduce
Steps to reproduce the behavior:
PROTONPATH=GE-Proton {})Expected behavior
The Launch String Template in the UI should persist.
Desktop (please complete the following information):
Additional context
As mentioned above, the issue seems to only be UI side, as observing the terminal when running the app launches the games with the same string despite it disappearing from the UI.
[BUG] Launch String Template UI resets after game launchto [GH-ISSUE #117] [BUG] Launch String Template UI resets after game launch