mirror of
https://github.com/Equicord/Equicord.git
synced 2025-01-19 05:43:35 -05:00
Don't Enable NewPluginsManager by Default
This commit is contained in:
parent
d35c129e41
commit
7518709310
1 changed files with 0 additions and 1 deletions
|
@ -14,7 +14,6 @@ export default definePlugin({
|
||||||
name: "NewPluginsManager",
|
name: "NewPluginsManager",
|
||||||
description: "Utility that notifies you when new plugins are added to Vencord",
|
description: "Utility that notifies you when new plugins are added to Vencord",
|
||||||
authors: [Devs.Sqaaakoi],
|
authors: [Devs.Sqaaakoi],
|
||||||
enabledByDefault: true,
|
|
||||||
flux: {
|
flux: {
|
||||||
async POST_CONNECTION_OPEN() {
|
async POST_CONNECTION_OPEN() {
|
||||||
openNewPluginsModal();
|
openNewPluginsModal();
|
||||||
|
|
Loading…
Reference in a new issue