fix(gui): correct relative import that broke app startup — 0.18.2 #14
Reference in New Issue
Block a user
Delete Branch "feat/m6-steam-detection"
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?
The recording indicator (0.18.0) used
from .core import diagnostic, whichresolves 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