diff --git a/gpt4all-chat/main.qml b/gpt4all-chat/main.qml index b3392fbd..7bacb6cb 100644 --- a/gpt4all-chat/main.qml +++ b/gpt4all-chat/main.qml @@ -21,6 +21,14 @@ Window { visible: true title: qsTr("GPT4All v") + Qt.application.version + + Settings { + property alias x: window.x + property alias y: window.y + property alias width: window.width + property alias height: window.height + } + Theme { id: theme }