mirror of
https://github.com/captbaritone/webamp.git
synced 2026-08-05 00:14:46 +00:00
Remove unused method, and fix close button
This commit is contained in:
parent
4935af4454
commit
4db25a89c4
2 changed files with 1 additions and 5 deletions
|
|
@ -60,7 +60,7 @@ const MainWindow = (props) => {
|
|||
<ShadeTime />
|
||||
<div id='minimize' />
|
||||
<Shade />
|
||||
<Close />
|
||||
<Close mediaPlayer={props.mediaPlayer} />
|
||||
</div>
|
||||
<div className='status'>
|
||||
<ClutterBar />
|
||||
|
|
|
|||
|
|
@ -64,10 +64,6 @@ module.exports = {
|
|||
this.media.toggleShuffle();
|
||||
},
|
||||
|
||||
close: function() {
|
||||
this.media.stop();
|
||||
},
|
||||
|
||||
openFileDialog: function() {
|
||||
this.fileInput.click();
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue