mirror of
https://github.com/ThaUnknown/miru.git
synced 2026-04-28 12:52:58 +00:00
14 lines
281 B
JavaScript
14 lines
281 B
JavaScript
// feature support list, overriden per environment, capacitor
|
|
|
|
export const SUPPORTS = {
|
|
offscreenRender: false,
|
|
update: false,
|
|
angle: false,
|
|
doh: false,
|
|
dht: true,
|
|
discord: false,
|
|
torrentPort: true,
|
|
torrentPath: false,
|
|
torrentPersist: false,
|
|
keybinds: false
|
|
}
|