Files
DOSSIER/rhino
karim 05a289dd65 Fix language reload: hasattr('mode') → hasattr('_mode'), val.mode → val._mode
BaseBridge stores mode as self._mode, not self.mode — so the reload
loop never found any bridges and language switching did nothing.
2026-06-06 14:25:26 +02:00
..