Skip to content
Snippets Groups Projects
Commit 0722f6a7 authored by Kateryna Kostiuk's avatar Kateryna Kostiuk Committed by Kateryna Kostiuk
Browse files

UI: change title for beta version

Remove BETA from windows title for beta version

Change-Id: Ia065a8d617078483abb3fb8d6f08a5188e8e2719
parent 620f6838
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment