migu/common/modules/support.js
2024-03-22 01:16:53 +01:00

17 lines
334 B
JavaScript

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