From c2f7cfc37baaebf3d52d306baf02e4c909ed76b0af6fdafda8aa919638781435 Mon Sep 17 00:00:00 2001 From: linuxero Date: Mon, 4 Nov 2024 16:47:06 +0100 Subject: [PATCH] Title --- gui/Start.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/Start.qml b/gui/Start.qml index c782a13..a294828 100644 --- a/gui/Start.qml +++ b/gui/Start.qml @@ -13,7 +13,7 @@ Item Component.onCompleted: { - appLoader.window.title = "pyqcrm" + appLoader.window.title = "PYQCRM" appLoader.window.height = Screen.height * .5 appLoader.window.width = Screen.width * .5