Add company name to the base configuration
This commit is contained in:
parent
a30755238d
commit
faaedea66e
@ -5,6 +5,7 @@ ConfigurationBase {
|
|||||||
systemName: "nymea"
|
systemName: "nymea"
|
||||||
appName: "nymea:app"
|
appName: "nymea:app"
|
||||||
appId: "io.guh.nymeaapp"
|
appId: "io.guh.nymeaapp"
|
||||||
|
company: "chargebyte GmbH"
|
||||||
|
|
||||||
connectionWizard: "/ui/connection/ConnectionWizard.qml"
|
connectionWizard: "/ui/connection/ConnectionWizard.qml"
|
||||||
|
|
||||||
|
|||||||
@ -5,6 +5,8 @@ Item {
|
|||||||
property string appName: ""
|
property string appName: ""
|
||||||
property string appId: ""
|
property string appId: ""
|
||||||
|
|
||||||
|
property string company: ""
|
||||||
|
|
||||||
property string connectionWizard: ""
|
property string connectionWizard: ""
|
||||||
|
|
||||||
// Enable/disable certain features
|
// Enable/disable certain features
|
||||||
|
|||||||
Reference in New Issue
Block a user