Merge PR #460: Use main views from branding if set
This commit is contained in:
commit
7fab2ac6e8
@ -156,6 +156,7 @@ ubports: {
|
||||
|
||||
BR=$$BRANDING
|
||||
!equals(BR, "") {
|
||||
message("Branding the style to: $${BR}")
|
||||
DEFINES += BRANDING=\\\"$${BR}\\\"
|
||||
win32:RCC_ICONS += ../packaging/windows_$${BR}/packages/io.guh.$${BR}/meta/logo.ico
|
||||
} else {
|
||||
|
||||
@ -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