From 8b3b536bfc0877d2a2b3e99ec51549895dc7a66d Mon Sep 17 00:00:00 2001 From: Samidy Date: Fri, 20 Feb 2026 16:43:15 +0300 Subject: [PATCH] fix(Desktop App): make closing app not just hide to tray --- neutralino.config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neutralino.config.json b/neutralino.config.json index 2d99a0e..078e74c 100644 --- a/neutralino.config.json +++ b/neutralino.config.json @@ -26,7 +26,7 @@ "borderless": false, "enableInspector": true, "openInspectorOnStartup": false, - "exitProcessOnClose": false + "exitProcessOnClose": true } }, "port": 5050,