1
0
Fork 0
mirror of https://github.com/anyproto/anytype-ts.git synced 2025-06-08 05:57:02 +09:00
This commit is contained in:
Andrew Simachev 2021-11-03 22:42:50 +03:00
commit b8eb81745a
29 changed files with 114 additions and 112 deletions

View file

@ -539,7 +539,6 @@ function menuInit () {
mw: 'Middleware',
th: 'Threads',
an: 'Analytics',
dm: 'Dark Mode',
js: 'JSON',
};
const flagMenu = [];
@ -558,15 +557,6 @@ function menuInit () {
});
};
/*
flagMenu.push({
label: 'Dark mode', type: 'checkbox', checked: nativeTheme.shouldUseDarkColors,
click: () => {
nativeTheme.themeSource = !nativeTheme.shouldUseDarkColors ? 'dark' : 'light';
}
});
*/
menuParam.push({
label: 'Debug',
submenu: [