* Allow edit of internal file location on WebOS
This commit is contained in:
parent
cc94da6922
commit
4c1c8841ef
2 changed files with 2 additions and 1 deletions
|
@ -90,7 +90,7 @@ enyo.kind({
|
|||
{flex: 1, kind: "Input", name: "filepath",
|
||||
preferenceProperty: "filepath",
|
||||
hint: "file path",
|
||||
disabled: true
|
||||
disabled: false
|
||||
}
|
||||
]},
|
||||
{kind: "Item", layoutKind: "HFlexLayout",
|
||||
|
|
|
@ -109,6 +109,7 @@ enyo.kind({
|
|||
className: "enyo-box-input", owner:this.$.editView}
|
||||
);
|
||||
this.$.editView.render();
|
||||
this.$.preferenceView.$.filepath.setDisabled(false);
|
||||
} else {
|
||||
this.os = "unknown";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue