mirror of
https://github.com/ThaUnknown/miru.git
synced 2026-03-31 05:08:43 +00:00
fix: subtitles not rendering in portrait fix: notch inset safe areas chore: better code structure for capacitor feat: capacitor AL login
5 lines
104 B
JavaScript
5 lines
104 B
JavaScript
// feature support list, overriden per environment
|
|
|
|
export const SUPPORTS = {
|
|
offscreenRender: true
|
|
}
|