1
0
Fork 0
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:
Andrew Simachev 2021-11-06 18:49:06 +03:00
parent 8b933c366c
commit 7e63ed1ec4
5 changed files with 16 additions and 11 deletions

View file

@ -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();
};
}