From d62976a9a12ece0c952b0b5fe444d3c4d88e28e5 Mon Sep 17 00:00:00 2001 From: Mohammed Sadiq Date: Tue, 29 Jan 2019 11:36:16 +0530 Subject: [PATCH] window: hide windows on delete As calls is supposed to run always in background, destroying window on close results in unintended issues. Let's simply hide the window instead. --- src/ui/call-window.ui | 1 + src/ui/main-window.ui | 1 + 2 files changed, 2 insertions(+) diff --git a/src/ui/call-window.ui b/src/ui/call-window.ui index 10c0f95..a46ac24 100644 --- a/src/ui/call-window.ui +++ b/src/ui/call-window.ui @@ -9,6 +9,7 @@ True False Calls + True diff --git a/src/ui/main-window.ui b/src/ui/main-window.ui index fb2b756..1967f91 100644 --- a/src/ui/main-window.ui +++ b/src/ui/main-window.ui @@ -8,6 +8,7 @@ Calls True False + True