From f74397d19a56a25b7635209a62b441b49b2d0d41 Mon Sep 17 00:00:00 2001
From: agsantos <aline.gondimsantos@savoirfairelinux.com>
Date: Thu, 10 Mar 2022 14:07:56 -0500
Subject: [PATCH] selectscreen: change modality

THis will force the selection screen to be on front of the main Jami window.

GitLab: #696
Change-Id: I79746ebcac0bfc38a0c2989d00e3be0e33d5dd92
---
 src/mainview/components/SelectScreen.qml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/mainview/components/SelectScreen.qml b/src/mainview/components/SelectScreen.qml
index 517b47eb4..a77a2666f 100644
--- a/src/mainview/components/SelectScreen.qml
+++ b/src/mainview/components/SelectScreen.qml
@@ -44,7 +44,8 @@ Window {
     property bool selectAllScreens: false
     property string currentPreview: ""
     property var screens: []
-
+    
+    modality: Qt.ApplicationModal
     title: window ? JamiStrings.selectWindow : JamiStrings.selectScreen
 
     // How many rows the ScrollView should have.
-- 
GitLab