mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-22 17:40:13 +01:00
This commit is contained in:
parent
5047d414e3
commit
b2e72fd9ab
34 changed files with 645 additions and 365 deletions
|
|
@ -1,4 +1,5 @@
|
|||
import {exportLayout, JSONToLayout, resetLayout, resizeTopbar, resizeTabs} from "../layout/util";
|
||||
import {exportLayout, JSONToLayout, resetLayout, resizeTopBar} from "../layout/util";
|
||||
import {resizeTabs} from "../layout/tabUtil";
|
||||
import {setStorageVal} from "../protyle/util/compatibility";
|
||||
/// #if !BROWSER
|
||||
import {ipcRenderer, webFrame} from "electron";
|
||||
|
|
@ -146,7 +147,7 @@ export const onGetConfig = (isStart: boolean, app: App) => {
|
|||
window.clearTimeout(resizeTimeout);
|
||||
resizeTimeout = window.setTimeout(() => {
|
||||
resizeTabs();
|
||||
resizeTopbar();
|
||||
resizeTopBar();
|
||||
}, 200);
|
||||
});
|
||||
addGA();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue