mirror of
https://github.com/zadam/trilium.git
synced 2026-05-06 12:07:27 +02:00
chore(client-standalone): disable WS error notification
This commit is contained in:
@@ -304,7 +304,7 @@ async function sendPing() {
|
||||
}
|
||||
|
||||
setTimeout(() => {
|
||||
if (glob.device === "print") return;
|
||||
if (glob.device === "print" || glob.isStandalone) return;
|
||||
|
||||
ws = connectWebSocket();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user