mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-30 15:52:10 +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.set_default_response(Gtk.ResponseType.YES);
|
||||
this.connect('response', this._onResponse.bind(this));
|
||||
|
||||
this.show();
|
||||
|
Reference in New Issue
Block a user