mirror of
https://github.com/NoCrypt/migu.git
synced 2026-03-24 03:17:46 +00:00
13 lines
260 B
JavaScript
13 lines
260 B
JavaScript
// feature support list, overriden per environment, capacitor
|
|
|
|
export const SUPPORTS = {
|
|
offscreenRender: false,
|
|
update: false,
|
|
angle: false,
|
|
doh: true,
|
|
dht: true,
|
|
discord: false,
|
|
torrentPort: true,
|
|
torrentPath: false,
|
|
torrentPersist: true
|
|
}
|