migu/capacitor/src/support.js
2023-12-05 23:29:45 +01:00

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
}