miru/capacitor/src/support.js
2023-11-23 20:43:16 +01:00

13 lines
263 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: false,
torrentPath: false,
torrentPersist: false
}