fix: logins now refresh on plugins load
feat: Added tar archive support fix: Downloaded games and emulator execute permission now updated fix: Fixed rclone for linux fix: on screen keyaboard only now shows up when using a gamepad or touch
This commit is contained in:
parent
6aacec2c0d
commit
7bd0ebdcca
39 changed files with 523 additions and 275 deletions
|
|
@ -19,7 +19,7 @@ export default new Elysia({ prefix: '/plugins' })
|
|||
canDisable: p.description.canDisable ?? true,
|
||||
icon: p.description.icon,
|
||||
category: p.description.category,
|
||||
hasSettings: !!p.config
|
||||
hasSettings: !!p.config || !!p.plugin.eventsNames
|
||||
};
|
||||
return plugin;
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue