migu/common/modules/support.js
ThaUnknown 867d86c353 fix: torrent client sometimes loading without settings on android
feat: persist files on android
feat: custom download directory on android
2024-08-22 11:50:06 +07: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
}