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

1 Commits

Author SHA1 Message Date
jessey 1dc86121f6 fix(gui): correct relative import that broke app startup — 0.18.2
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>
2026-05-22 09:10:28 +02:00