fix(gui): correct relative import that broke app startup — 0.18.2 #14

Merged
jessey merged 1 commits from feat/m6-steam-detection into main 2026-05-22 07:10:48 +00:00
Owner

The recording indicator (0.18.0) used from .core import diagnostic, which
resolves to the non-existent rigdoctor.gui.core and crashed MainWindow on launch.
Fixed to from ..core import diagnostic.

Co-Authored-By: Claude Opus 4.7 (1M context) noreply@anthropic.com

The recording indicator (0.18.0) used `from .core import diagnostic`, which resolves to the non-existent rigdoctor.gui.core and crashed MainWindow on launch. Fixed to `from ..core import diagnostic`. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
jessey added 1 commit 2026-05-22 07:10:45 +00:00
The recording indicator (0.18.0) used `from .core import diagnostic`, which
resolves to the non-existent rigdoctor.gui.core and crashed MainWindow on launch.
Fixed to `from ..core import diagnostic`.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
jessey merged commit f95387c5b8 into main 2026-05-22 07:10:48 +00:00
jessey deleted branch feat/m6-steam-detection 2026-05-22 07:10:48 +00:00
Sign in to join this conversation.