Update Aboutpage regarding the licence term

Signed-off-by: Martin Lukas <martin.lukas@chargebyte.com>
pull/1095/head
Martin Lukas 2024-09-04 12:43:36 +02:00
parent 12a67bc0b7
commit 5740bf2301
3 changed files with 256 additions and 247 deletions

File diff suppressed because it is too large Load Diff

View File

@ -26,4 +26,5 @@ Item {
property string defaultMainView: "things"
property var mainMenuLinks: null
property bool closedSource: false
}

View File

@ -118,7 +118,7 @@ Item {
Layout.rightMargin: app.margins
wrapMode: Text.WordWrap
font.pixelSize: app.smallFont
text: qsTr("Licensed under the terms of the GNU General Public License, version 3. Please visit the GitHub page for source code and build instructions.")
text: Configuration.closedSource ? qsTr("Licensed under the terms of the nymea commercial license.") : qsTr("Licensed under the terms of the GNU General Public License, version 3. Please visit the GitHub page for source code and build instructions.")
}
ColumnLayout {