mirror of
https://github.com/NoCrypt/migu.git
synced 2026-04-21 08:31:58 +00:00
feat: enable extension support on android
This commit is contained in:
parent
0f9e320bd0
commit
6b4e9a2182
1 changed files with 1 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ export const SUPPORTS = {
|
||||||
torrentPath: false,
|
torrentPath: false,
|
||||||
torrentPersist: false,
|
torrentPersist: false,
|
||||||
keybinds: false,
|
keybinds: false,
|
||||||
|
extensions: true,
|
||||||
isAndroid: true,
|
isAndroid: true,
|
||||||
externalPlayer: false,
|
externalPlayer: false,
|
||||||
permamentNAT: false // no way of safely closing app
|
permamentNAT: false // no way of safely closing app
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue