mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2024-10-01 01:06:10 -04:00
Make clear this is optional and bump the version.
This commit is contained in:
parent
78df869dc4
commit
f456756ba8
@ -14,7 +14,7 @@ endif()
|
|||||||
|
|
||||||
set(APP_VERSION_MAJOR 2)
|
set(APP_VERSION_MAJOR 2)
|
||||||
set(APP_VERSION_MINOR 2)
|
set(APP_VERSION_MINOR 2)
|
||||||
set(APP_VERSION_PATCH 1)
|
set(APP_VERSION_PATCH 2)
|
||||||
set(APP_VERSION "${APP_VERSION_MAJOR}.${APP_VERSION_MINOR}.${APP_VERSION_PATCH}")
|
set(APP_VERSION "${APP_VERSION_MAJOR}.${APP_VERSION_MINOR}.${APP_VERSION_PATCH}")
|
||||||
|
|
||||||
# Generate a header file with the version number
|
# Generate a header file with the version number
|
||||||
|
@ -37,7 +37,7 @@ Dialog {
|
|||||||
anchors.left: img.right
|
anchors.left: img.right
|
||||||
anchors.leftMargin: 30
|
anchors.leftMargin: 30
|
||||||
anchors.verticalCenter: img.verticalCenter
|
anchors.verticalCenter: img.verticalCenter
|
||||||
text: qsTr("Please edit the text below to provide a better response...")
|
text: qsTr("Please edit the text below to provide a better response. (optional)")
|
||||||
color: theme.textColor
|
color: theme.textColor
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user