mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-15 17:43:08 -04:00
Remove noisy notifications from notification log
This commit is contained in:
parent
3bd3012aa9
commit
c6f0d0763c
2 changed files with 12 additions and 6 deletions
|
@ -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
|
||||
});
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue