mirror of
https://github.com/anyproto/anytype-ts.git
synced 2025-06-08 05:57:02 +09:00
merge
This commit is contained in:
commit
b8eb81745a
29 changed files with 114 additions and 112 deletions
10
electron.js
10
electron.js
|
@ -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: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue