Add company name to the base configuration

pull/1091/head
Simon Stürz 2024-07-19 08:27:05 +02:00
parent a30755238d
commit faaedea66e
2 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,7 @@ ConfigurationBase {
systemName: "nymea"
appName: "nymea:app"
appId: "io.guh.nymeaapp"
company: "chargebyte GmbH"
connectionWizard: "/ui/connection/ConnectionWizard.qml"

View File

@ -5,6 +5,8 @@ Item {
property string appName: ""
property string appId: ""
property string company: ""
property string connectionWizard: ""
// Enable/disable certain features