mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-30 16:02:00 +02:00
Make hitting "Enter" resume playback position when asked
This commit is contained in:
@@ -186,6 +186,8 @@ class ClapperResumeDialog extends Gtk.MessageDialog
|
|||||||
});
|
});
|
||||||
|
|
||||||
this.resumeInfo = resumeInfo;
|
this.resumeInfo = resumeInfo;
|
||||||
|
|
||||||
|
this.set_default_response(Gtk.ResponseType.YES);
|
||||||
this.connect('response', this._onResponse.bind(this));
|
this.connect('response', this._onResponse.bind(this));
|
||||||
|
|
||||||
this.show();
|
this.show();
|
||||||
|
Reference in New Issue
Block a user