1
0
Fork 0
mirror of https://git.jami.net/savoirfairelinux/jami-client-qt.git synced 2025-07-17 22:15:25 +02:00

UI: change title for beta version

Remove BETA from windows title for beta version

Change-Id: Ia065a8d617078483abb3fb8d6f08a5188e8e2719
This commit is contained in:
kkostiuk 2022-02-18 14:11:59 -05:00 committed by Kateryna Kostiuk
parent 620f6838fc
commit 0722f6a76b

View file

@ -24,8 +24,7 @@ import QtQuick
import net.jami.Helpers 1.1 import net.jami.Helpers 1.1
Item { Item {
readonly property string appTitle: "Jami" + (UpdateManager.isCurrentVersionBeta() readonly property string appTitle: "Jami"
? " (BETA)" : "")
readonly property string httpUserAgentName: "jami-qt" readonly property string httpUserAgentName: "jami-qt"
// Misc // Misc