Update Aboutpage regarding the licence term
Signed-off-by: Martin Lukas <martin.lukas@chargebyte.com>pull/1095/head
parent
12a67bc0b7
commit
5740bf2301
File diff suppressed because it is too large
Load Diff
|
|
@ -26,4 +26,5 @@ Item {
|
|||
property string defaultMainView: "things"
|
||||
|
||||
property var mainMenuLinks: null
|
||||
property bool closedSource: false
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue