migu/common/modules/support.js
ThaUnknown 6fc485143f feat: extension system
feat: new torrent modal
2024-03-19 18:50:10 +01:00

15 lines
290 B
JavaScript

// feature support list, overriden per environment, global
export const SUPPORTS = {
offscreenRender: true,
update: true,
angle: true,
doh: true,
dht: true,
discord: true,
torrentPort: true,
torrentPath: true,
torrentPersist: true,
keybinds: true,
extensions: true
}