Merge PR #460: Use main views from branding if set
This commit is contained in:
commit
7fab2ac6e8
@ -156,6 +156,7 @@ ubports: {
|
|||||||
|
|
||||||
BR=$$BRANDING
|
BR=$$BRANDING
|
||||||
!equals(BR, "") {
|
!equals(BR, "") {
|
||||||
|
message("Branding the style to: $${BR}")
|
||||||
DEFINES += BRANDING=\\\"$${BR}\\\"
|
DEFINES += BRANDING=\\\"$${BR}\\\"
|
||||||
win32:RCC_ICONS += ../packaging/windows_$${BR}/packages/io.guh.$${BR}/meta/logo.ico
|
win32:RCC_ICONS += ../packaging/windows_$${BR}/packages/io.guh.$${BR}/meta/logo.ico
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
@ -111,7 +111,7 @@ Page {
|
|||||||
category: engine.jsonRpcClient.currentHost.uuid
|
category: engine.jsonRpcClient.currentHost.uuid
|
||||||
property string mainMenuContent: ""
|
property string mainMenuContent: ""
|
||||||
property var sortOrder: []
|
property var sortOrder: []
|
||||||
property var filterList: ["things"]
|
property var filterList: app.hasOwnProperty("mainViewsFilter") ? app.mainViewsFilter : ["things"]
|
||||||
property int currentIndex: 0
|
property int currentIndex: 0
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user