Remove noisy notifications from notification log

This commit is contained in:
Vendicated 2023-04-13 19:15:36 +02:00
parent 3bd3012aa9
commit c6f0d0763c
No known key found for this signature in database
GPG key ID: A1DC0CFB5615D905
2 changed files with 12 additions and 6 deletions

View file

@ -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
});
});