Fix name settings in hotkeys

This commit is contained in:
Jesús 2022-01-29 16:52:18 -05:00
parent 12c0daa58a
commit a465805cb9
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -26,7 +26,7 @@ function onKeyDown(e) {
}
else if (c == "f") {
e.preventDefault();
if (data.settings.video_player == 1) {
if (data.settings.use_video_player == 2) {
player.fullscreen.toggle()
}
else {