diff options
| author | Vendicated <vendicated@riseup.net> | 2023-04-13 19:15:36 +0200 |
|---|---|---|
| committer | Vendicated <vendicated@riseup.net> | 2023-04-13 19:15:36 +0200 |
| commit | c6f0d0763c1c1866aab55e32c4d1a1b8863c6b11 (patch) | |
| tree | 0a372a5cc3019f0a12f540cde988619cb2ecc2a4 /src/plugins | |
| parent | 3bd3012aa92cc760581a34b4f454e3fd8c379fa0 (diff) | |
| download | Vencord-c6f0d0763c1c1866aab55e32c4d1a1b8863c6b11.tar.gz Vencord-c6f0d0763c1c1866aab55e32c4d1a1b8863c6b11.tar.bz2 Vencord-c6f0d0763c1c1866aab55e32c4d1a1b8863c6b11.zip | |
Remove noisy notifications from notification log
Diffstat (limited to 'src/plugins')
| -rw-r--r-- | src/plugins/devCompanion.dev.tsx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/devCompanion.dev.tsx b/src/plugins/devCompanion.dev.tsx index e9b7394..67388c8 100644 --- a/src/plugins/devCompanion.dev.tsx +++ b/src/plugins/devCompanion.dev.tsx @@ -102,7 +102,8 @@ function initWs(isManual = false) { (settings.store.notifyOnAutoConnect || isManual) && showNotification({ title: "Dev Companion Connected", - body: "Connected to WebSocket" + body: "Connected to WebSocket", + noPersist: true }); }); |
