mirror of
https://github.com/jellyfin/jellyfin-roku.git
synced 2025-02-25 17:30:33 +00:00
Merge pull request #998 from sevenrats/options-closes-options
options button closes user settings menu
This commit is contained in:
commit
77d8cd7a1b
@ -187,6 +187,11 @@ function onKeyEvent(key as string, press as boolean) as boolean
|
||||
return true
|
||||
end if
|
||||
|
||||
if key = "options"
|
||||
m.global.sceneManager.callFunc("popScene")
|
||||
return true
|
||||
end if
|
||||
|
||||
if key = "right"
|
||||
settingSelected()
|
||||
end if
|
||||
|
Loading…
x
Reference in New Issue
Block a user