From b756c15e46f3d5ef7e0f9d7d9eb7fdb7417739d5 Mon Sep 17 00:00:00 2001 From: Rafostar <40623528+Rafostar@users.noreply.github.com> Date: Tue, 15 Dec 2020 11:59:05 +0100 Subject: [PATCH] Fix non-updated closing state --- clapper_src/webapp.js | 1 + 1 file changed, 1 insertion(+) diff --git a/clapper_src/webapp.js b/clapper_src/webapp.js index f5dca76f..e5bd1168 100644 --- a/clapper_src/webapp.js +++ b/clapper_src/webapp.js @@ -54,6 +54,7 @@ class ClapperWebApp extends Gio.SubprocessLauncher } this.remoteApp = null; + this.isRemoteClosing = false; if(hadError) debug('remote app exited with error');