debug menu
This commit is contained in:
parent
f8bf9fe0ec
commit
6454140fb0
|
@ -5,8 +5,8 @@ import { MenuFrame } from '../menuFrame';
|
|||
const menu = {};
|
||||
|
||||
menu.navData = [
|
||||
{ name: 'debug', active: true, overscroll: true, sub: ['showcase', 'bookmark'] },
|
||||
{ name: 'theme', active: false, overscroll: true, sub: ['preset', 'saved', 'style', 'color', 'accent', 'font', 'radius', 'shadow', 'shade', 'opacity', 'background', 'layout', 'header', 'bookmark'] },
|
||||
// { name: 'debug', active: true, overscroll: true, sub: ['showcase', 'bookmark'] },
|
||||
{ name: 'theme', active: true, overscroll: true, sub: ['preset', 'saved', 'style', 'color', 'accent', 'font', 'radius', 'shadow', 'shade', 'opacity', 'background', 'layout', 'header', 'bookmark'] },
|
||||
{ name: 'layout', active: false, overscroll: true, sub: ['scaling', 'area', 'padding', 'gutter', 'alignment', 'page'] },
|
||||
{ name: 'header', active: false, overscroll: true, sub: ['alignment', 'greeting', 'transitional', 'clock', 'date', 'search'] },
|
||||
{ name: 'bookmark', active: false, overscroll: true, sub: ['general', 'style', 'orientation', 'sort'] },
|
||||
|
|
|
@ -24,4 +24,4 @@ component.pageLock.init();
|
|||
|
||||
component.keyboard.init();
|
||||
|
||||
component.menu.open();
|
||||
// component.menu.open();
|
||||
|
|
Loading…
Reference in New Issue