~diegosarmentero/unity8/purchase-component

« back to all changes in this revision

Viewing changes to Panel/Indicators/client/IndicatorsTree.qml

Allow setting different indicator positions for different profiles.

Approved by PS Jenkins bot, Nick Dedekind.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
 
30
30
    property string busName: unityModel.busName
31
31
    property string actionsObjectPath
32
 
    property var menuObjectPaths: undefined
33
 
    readonly property string device: "phone"
 
32
    property string menuObjectPath
34
33
 
35
 
    property string deviceMenuObjectPath: menuObjectPaths.hasOwnProperty(device) ? menuObjectPaths[device] : ""
 
34
    property string deviceMenuObjectPath: menuObjectPath
36
35
 
37
36
    function start() {
38
37
    }