From 5f732e97f034c3fd6555b26d84b866cf051b01c3 Mon Sep 17 00:00:00 2001 From: soportedba Date: Fri, 18 Sep 2026 20:44:19 +0200 Subject: [PATCH] =?UTF-8?q?MF-42=20Fsprinter=20inestabilidad,=20evitar=20q?= =?UTF-8?q?ue=20applicaci=C3=B3n=20fsprinter=20entre=20en=20estado=20de=20?= =?UTF-8?q?suspensi=C3=B3n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main.js b/main.js index e79f5ca..db50110 100644 --- a/main.js +++ b/main.js @@ -18,7 +18,8 @@ function createWindow() { height: 550, webPreferences: { contextIsolation: false, - nodeIntegration: true + nodeIntegration: true, + backgroundThrottling: false } })