mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-18 10:57:04 -04:00
new plugin AppleMusicRichPresence (#2455)
Co-authored-by: Vendicated <vendicated@riseup.net>
This commit is contained in:
parent
9ab7b8b9c9
commit
0aa7bef9fa
6 changed files with 390 additions and 1 deletions
|
@ -85,6 +85,10 @@ export interface PluginDef {
|
|||
* Whether this plugin is required and forcefully enabled
|
||||
*/
|
||||
required?: boolean;
|
||||
/**
|
||||
* Whether this plugin should be hidden from the user
|
||||
*/
|
||||
hidden?: boolean;
|
||||
/**
|
||||
* Whether this plugin should be enabled by default, but can be disabled
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue