mirror of
https://github.com/NoCrypt/migu.git
synced 2026-05-04 17:29:00 +00:00
16 lines
325 B
JavaScript
16 lines
325 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,
|
|
isAndroid: true,
|
|
externalPlayer: false
|
|
}
|