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