Use main views as set in branding
This commit is contained in:
parent
8ce72bb9da
commit
54e8ccbc79
@ -154,6 +154,7 @@ ubports: {
|
||||
SOURCES += platformintegration/ubports/pushclient.cpp
|
||||
}
|
||||
|
||||
message("BRANDING is: $${BRANDING}")
|
||||
BR=$$BRANDING
|
||||
!equals(BR, "") {
|
||||
DEFINES += BRANDING=\\\"$${BR}\\\"
|
||||
|
||||
@ -111,7 +111,7 @@ Page {
|
||||
category: engine.jsonRpcClient.currentHost.uuid
|
||||
property string mainMenuContent: ""
|
||||
property var sortOrder: []
|
||||
property var filterList: ["things"]
|
||||
property var filterList: app.hasOwnProperty("mainViewsFilter") ? app.mainViewsFilter : ["things"]
|
||||
property int currentIndex: 0
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user