Refocus library list after closing options panel

This commit is contained in:
Nick Bisby 2019-03-19 13:19:08 -05:00
parent f258f6c4ac
commit a23076c8bb
No known key found for this signature in database
GPG Key ID: F6E0C4E6D0B5EB36

View File

@ -120,6 +120,8 @@ sub ShowLibrarySelect()
return
else if nodeEventQ(msg, "escape") and msg.getNode() = "search"
library.setFocus(true)
else if nodeEventQ(msg, "escape") and msg.getNode() = "options"
library.setFocus(true)
else if nodeEventQ(msg, "escape") and msg.getNode() = "change_server"
unset_setting("server")
unset_setting("port")