diff --git a/qml/main.qml b/qml/main.qml index 86c5232..13fd5c0 100644 --- a/qml/main.qml +++ b/qml/main.qml @@ -192,6 +192,7 @@ ApplicationWindow { updateCheckerElement: updateChecker text: qsTr("There's a new update available, you are running version %1 and you can update to version %2.").arg(updateChecker.version).arg(updateChecker.latestVersion) } + Component.onCompleted: { Theme.titleBarColor = "#0066CC"