mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2024-10-01 01:06:10 -04:00
Save the window size for the user and reuse next load.
Signed-off-by: Adam Treat <treat.adam@gmail.com>
This commit is contained in:
parent
fa0a2129dc
commit
896fc6fbb7
@ -21,6 +21,14 @@ Window {
|
|||||||
visible: true
|
visible: true
|
||||||
title: qsTr("GPT4All v") + Qt.application.version
|
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 {
|
Theme {
|
||||||
id: theme
|
id: theme
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user