mirror of
https://github.com/zombieFox/nightTab.git
synced 2025-07-01 06:40:33 +02:00
debug menu
This commit is contained in:
@ -5,8 +5,8 @@ import { MenuFrame } from '../menuFrame';
|
|||||||
const menu = {};
|
const menu = {};
|
||||||
|
|
||||||
menu.navData = [
|
menu.navData = [
|
||||||
{ name: 'debug', active: true, overscroll: true, sub: ['showcase', 'bookmark'] },
|
// { 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: '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: '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: 'header', active: false, overscroll: true, sub: ['alignment', 'greeting', 'transitional', 'clock', 'date', 'search'] },
|
||||||
{ name: 'bookmark', active: false, overscroll: true, sub: ['general', 'style', 'orientation', 'sort'] },
|
{ name: 'bookmark', active: false, overscroll: true, sub: ['general', 'style', 'orientation', 'sort'] },
|
||||||
|
@ -24,4 +24,4 @@ component.pageLock.init();
|
|||||||
|
|
||||||
component.keyboard.init();
|
component.keyboard.init();
|
||||||
|
|
||||||
component.menu.open();
|
// component.menu.open();
|
||||||
|
Reference in New Issue
Block a user