mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-07-12 19:45:23 +02:00
UI: change title for beta version
Remove BETA from windows title for beta version Change-Id: Ia065a8d617078483abb3fb8d6f08a5188e8e2719
This commit is contained in:
parent
620f6838fc
commit
0722f6a76b
1 changed files with 1 additions and 2 deletions
|
@ -24,8 +24,7 @@ import QtQuick
|
|||
import net.jami.Helpers 1.1
|
||||
|
||||
Item {
|
||||
readonly property string appTitle: "Jami" + (UpdateManager.isCurrentVersionBeta()
|
||||
? " (BETA)" : "")
|
||||
readonly property string appTitle: "Jami"
|
||||
readonly property string httpUserAgentName: "jami-qt"
|
||||
|
||||
// Misc
|
||||
|
|
Loading…
Add table
Reference in a new issue