Fix Web & Game Activity Toggle (#777)

This commit is contained in:
Nuckyz
2023-04-04 10:26:53 -03:00
committed by GitHub
parent d931790ed0
commit 96dc2e12d0
7 changed files with 36 additions and 41 deletions

View File

@ -72,6 +72,7 @@ export default definePlugin({
findAllByProps: (...props: string[]) => findAll(filters.byProps(...props)),
findByCode: newFindWrapper(filters.byCode),
findAllByCode: (code: string) => findAll(filters.byCode(code)),
findStore: newFindWrapper(filters.byStoreName),
PluginsApi: Vencord.Plugins,
plugins: Vencord.Plugins.plugins,
React,