migu/common/modules/support.js
2024-07-26 13:40:31 +07:00

18 lines
357 B
JavaScript

// feature support list, overriden per environment, global
export const SUPPORTS = {
offscreenRender: true,
update: false,
angle: true,
doh: true,
dht: true,
discord: true,
torrentPort: true,
torrentPath: true,
torrentPersist: true,
keybinds: true,
extensions: true,
isAndroid: false,
externalPlayer: true,
permamentNAT: true
}