Remove noisy notifications from notification log

This commit is contained in:
Vendicated
2023-04-13 19:15:36 +02:00
parent 3bd3012aa9
commit c6f0d0763c
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
});
});