Skip to content

Check tracking launcher fixes - #64

Merged
flee135 merged 1 commit into
wafo:masterfrom
flee135:fix
Aug 6, 2026
Merged

Check tracking launcher fixes#64
flee135 merged 1 commit into
wafo:masterfrom
flee135:fix

Conversation

@flee135

@flee135 flee135 commented Aug 5, 2026

Copy link
Copy Markdown
Collaborator

Launching without check tracking was broken. This had to do with setting 9.1.0 as the current active version, but only having 9.0.0 actually bundled. When trying to resolve the settings string, it falls back to settingsDefault for the bundle, which is undefined.

Doing logic initialization when check tracking is off was introduced with the 9.0 refactor and seems to be a bug, so any logic initialization is removed here. Resume session is also modified so that restoring state related to checks is only done when the session included check tracking.

For good measure, a check is added so that if the user attempts to launch the tracker without the settings string, it doesn't attempt to use a default string and silently keep working with a string that the user might not expect. Instead, a warning is shown and the tracker will not launch.

image

@flee135
flee135 merged commit 0bbf83e into wafo:master Aug 6, 2026
1 check passed
@flee135
flee135 deleted the fix branch August 6, 2026 03:01
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.

1 participant