mirror of
https://github.com/anyproto/anytype-ts.git
synced 2025-06-08 05:57:02 +09:00
CU-ed6929 fix menuSelect resize offset
This commit is contained in:
parent
74f1d59ce9
commit
6ec6b1aeea
2 changed files with 4 additions and 2 deletions
|
@ -497,6 +497,7 @@ function menuInit () {
|
|||
label: 'Interface', type: 'checkbox', checked: config.debugUI,
|
||||
click: () => {
|
||||
setConfig({ debugUI: !config.debugUI });
|
||||
win.reload();
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue