Update Aboutpage regarding the licence term
Signed-off-by: Martin Lukas <martin.lukas@chargebyte.com>
This commit is contained in:
parent
12a67bc0b7
commit
5740bf2301
File diff suppressed because it is too large
Load Diff
@ -26,4 +26,5 @@ Item {
|
|||||||
property string defaultMainView: "things"
|
property string defaultMainView: "things"
|
||||||
|
|
||||||
property var mainMenuLinks: null
|
property var mainMenuLinks: null
|
||||||
|
property bool closedSource: false
|
||||||
}
|
}
|
||||||
|
|||||||
@ -118,7 +118,7 @@ Item {
|
|||||||
Layout.rightMargin: app.margins
|
Layout.rightMargin: app.margins
|
||||||
wrapMode: Text.WordWrap
|
wrapMode: Text.WordWrap
|
||||||
font.pixelSize: app.smallFont
|
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 {
|
ColumnLayout {
|
||||||
|
|||||||
Reference in New Issue
Block a user