mirror of https://github.com/jetkvm/kvm.git
The getLocalVersion() call was happening before the WebRTC RPC data channel was established, causing version fetch to fail silently. This resulted in: - Feature flags always returning false (no version = disabled) - Settings UI showing "App: Loading..." and "System: Loading..." indefinitely - Version-gated features (like HDMI Sleep Mode) never appearing Fixed by adding rpcDataChannel readyState check before calling getLocalVersion(), matching the pattern used by all other RPC calls in the same file. |
||
|---|---|---|
| .. | ||
| public | ||
| src | ||
| .env.cloud-development | ||
| .env.cloud-production | ||
| .env.cloud-staging | ||
| .gitignore | ||
| .prettierrc | ||
| dev_device.sh | ||
| eslint.config.cjs | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| postcss.config.js | ||
| tailwind.config.js | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| vite-env.d.ts | ||
| vite.config.ts | ||