mirror of
https://github.com/ThaUnknown/miru.git
synced 2026-05-03 15:08:56 +00:00
13 lines
263 B
JavaScript
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
|
|
}
|