diff options
Diffstat (limited to 'ui.js')
-rw-r--r-- | ui.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ui.js b/ui.js index 28977fa..b030358 100644 --- a/ui.js +++ b/ui.js @@ -71,9 +71,6 @@ class AppElement extends FocusElement { this.queueListingElement.on('select main listing', () => this.form.selectInput(this.tabber)) - this.form.addInput(this.queueListingElement.pathElement, false) - this.queueListingElement.pathElement.on('select', item => handleSelectFromPathElement(item)) - this.playbackPane = new Pane() this.addChild(this.playbackPane) |