diff options
author | Florrie <towerofnix@gmail.com> | 2018-07-24 13:48:11 -0300 |
---|---|---|
committer | Florrie <towerofnix@gmail.com> | 2018-07-24 13:48:11 -0300 |
commit | 7c72ecabc4a7fd255fb786e9cf858b2aafc045bc (patch) | |
tree | 986a02215d66efa50f1a42b181c02939ca43714a /ui.js | |
parent | 75a7b9d21af673e2acfed0acf1768e5d76d6c89a (diff) |
Fix queue path element nonsense
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) |