mirror of https://github.com/jetkvm/kvm.git
- Set DefaultEDID in config defaults instead of empty string - Pass config EDID to Native.Start() to fix initialization race condition - Update DefaultEDID to MacBook-compatible value (2ch, 48kHz, 16/20/24-bit) - Add getDefaultEDID RPC endpoint for UI to fetch backend constant - Update UI to dynamically fetch default EDID instead of hardcoding - Remove all EDID fallback logic now that config always has a value - Simplify rpcGetEDID to return config value directly This ensures the configured EDID is used from startup and eliminates sync issues between backend constant, config, and UI. |
||
|---|---|---|
| .. | ||
| localization | ||
| public | ||
| src | ||
| tools | ||
| .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 | ||