Fix name settings in hotkeys
This commit is contained in:
parent
12c0daa58a
commit
a465805cb9
@ -26,7 +26,7 @@ function onKeyDown(e) {
|
|||||||
}
|
}
|
||||||
else if (c == "f") {
|
else if (c == "f") {
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
if (data.settings.video_player == 1) {
|
if (data.settings.use_video_player == 2) {
|
||||||
player.fullscreen.toggle()
|
player.fullscreen.toggle()
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user