mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-30 16:02:00 +02:00
Fix player process not exiting after window close
This commit is contained in:
@@ -390,10 +390,7 @@ var App = GObject.registerClass({
|
||||
|
||||
_onWindowCloseRequest()
|
||||
{
|
||||
this.window.destroy();
|
||||
this.player.widget.emit('destroy');
|
||||
this.interface.emit('destroy');
|
||||
|
||||
this.quit();
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user