mirror of
https://github.com/JustinZeus/Wholphin.git
synced 2026-07-08 23:51:21 +02:00
Optional setting for one click pause w/ d-pad center (#160)
Closes #152 Adds a setting to enable one-click-pausing via the D-Pad center button. It is disabled by default. If enabled, when the video is playing, it will be pause and show the controls which is just like pressing the Pause or Play/Pause button. If enable, when the video is paused and controls is not showing, it will resume playback including using the skip back on resume setting.
This commit is contained in:
parent
f12785aaee
commit
b6df72c3c9
5 changed files with 28 additions and 1 deletions
|
|
@ -58,6 +58,7 @@ message PlaybackPreferences {
|
|||
int64 pass_out_protection_ms = 16;
|
||||
PrefContentScale global_content_scale = 17;
|
||||
ShowNextUpWhen show_next_up_when = 18;
|
||||
bool one_click_pause = 19;
|
||||
}
|
||||
|
||||
message HomePagePreferences{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue