More work on menus

This commit is contained in:
Sam Potts
2018-06-18 23:13:40 +10:00
parent d64ed4ba5a
commit 7b9ef7d757
11 changed files with 174 additions and 177 deletions

View File

@ -491,7 +491,7 @@ class Listeners {
// Go back to home tab on click
const showHomeTab = () => {
controls.showMenu.call(this.player, 'home');
controls.showMenuPanel.call(this.player, 'home');
};
// Settings menu items - use event delegation as items are added/removed