mirror of
https://github.com/NoCrypt/migu.git
synced 2026-03-11 17:45:32 +00:00
18 lines
357 B
JavaScript
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
|
|
}
|