forked from 0x2620/pandora
add reload button
This commit is contained in:
parent
b0ecc8b077
commit
03a27fab5d
2 changed files with 21 additions and 1 deletions
|
|
@ -9,7 +9,8 @@ pandora.ui.mainMenu = function() {
|
|||
fullscreenState = Ox.Fullscreen.getState(),
|
||||
that = Ox.MainMenu({
|
||||
extras: [
|
||||
pandora.$ui.loadingIcon = pandora.ui.loadingIcon()
|
||||
pandora.$ui.loadingIcon = pandora.ui.loadingIcon(),
|
||||
pandora.$ui.reloadButton = pandora.ui.reloadButton()
|
||||
],
|
||||
id: 'mainMenu',
|
||||
menus: [].concat(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue