mirror of
https://github.com/anyproto/anytype-ts.git
synced 2025-06-08 05:57:02 +09:00
#1qtq7uh: fix + ui debug refactoring
This commit is contained in:
parent
8b933c366c
commit
7e63ed1ec4
5 changed files with 16 additions and 11 deletions
|
@ -550,7 +550,7 @@ function menuInit () {
|
|||
config.debug[i] = !config.debug[i];
|
||||
setConfig({ debug: config.debug });
|
||||
|
||||
if ([ 'ui', 'ho', 'dm' ].includes(i)) {
|
||||
if ([ 'ho' ].includes(i)) {
|
||||
win.reload();
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue