chore(client-standalone): disable WS error notification

This commit is contained in:
Elian Doran 2026-01-14 17:33:57 +02:00
parent 5c52917459
commit 411fdf3114
No known key found for this signature in database

View File

@ -304,7 +304,7 @@ async function sendPing() {
}
setTimeout(() => {
if (glob.device === "print") return;
if (glob.device === "print" || glob.isStandalone) return;
ws = connectWebSocket();