feat: enable extension support on android

This commit is contained in:
NoCrypt 2024-08-01 08:12:57 +07:00
parent 0f9e320bd0
commit 6b4e9a2182

View file

@ -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