mirror of
https://github.com/danbulant/console-hub
synced 2026-06-19 22:41:34 +00:00
Add files page
This commit is contained in:
parent
3cc71bbe9d
commit
4412d5ad7b
2 changed files with 13 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
mainMenuItems = ['games', 'settings', 'account', 'store'];
|
||||
mainMenuItems = ['games', 'settings', 'account', 'store', 'files'];
|
||||
gameMenuItems = ['slimey', 'test2'];
|
||||
settingMenuItems = ['fullscreen', 'auto-update'];
|
||||
settingMenuItemValues = [0,1];
|
||||
|
|
|
|||
|
|
@ -135,6 +135,18 @@
|
|||
</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="button-main-container">
|
||||
<div class="button-main " id="files">
|
||||
<div class="button-menu" id="files-menu">
|
||||
<i class="material-icons">
|
||||
folder_open
|
||||
</i>
|
||||
</div>
|
||||
<span>
|
||||
Files
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue