mirror of
https://github.com/NoCrypt/migu.git
synced 2026-03-11 17:45:32 +00:00
fix: better font select componennt fix: menubar being clickable on android feat: subtitle render height limit feat: higher memory limits for libass feat: better looking settings feat: hide settings unsupported by platform feat: better setting descriptions fix: miniplayer dragging on mobile
13 lines
252 B
JavaScript
13 lines
252 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
|
|
}
|