migu/common/modules/support.js
ThaUnknown 94f8fafc6b fix: torrent client sometimes loading without settings on android
feat: persist files on android
feat: custom download directory on android
2024-08-22 02:03:16 +02:00

14 lines
277 B
JavaScript

// feature support list, overriden per environment, global
export const SUPPORTS = {
offscreenRender: true,
update: true,
angle: true,
doh: true,
discord: true,
keybinds: true,
extensions: true,
isAndroid: false,
externalPlayer: true,
permamentNAT: true
}