1
0
Fork 0
mirror of https://git.jami.net/savoirfairelinux/jami-client-qt.git synced 2025-07-12 19:45:23 +02:00

selectscreen: change modality

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

GitLab: #696
Change-Id: I79746ebcac0bfc38a0c2989d00e3be0e33d5dd92
This commit is contained in:
agsantos 2022-03-10 14:07:56 -05:00 committed by Aline Gondim Santos
parent 58b5e2d13c
commit f74397d19a

View file

@ -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.