mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-23 18:17:38 +00:00
Trigger file dialog via dispatch
This commit is contained in:
parent
6b79eb54dc
commit
d24376f57f
1 changed files with 1 additions and 1 deletions
|
|
@ -133,7 +133,7 @@ module.exports = {
|
|||
};
|
||||
|
||||
this.nodes.eject.onclick = function() {
|
||||
self.winamp.openFileDialog();
|
||||
self.winamp.dispatch({type: 'OPEN_FILE_DIALOG'});
|
||||
};
|
||||
|
||||
this.nodes.repeat.onclick = function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue