mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-20 08:30:12 +01:00
This commit is contained in:
parent
d21dd185c4
commit
a8201b8474
7 changed files with 113 additions and 42 deletions
|
|
@ -131,7 +131,7 @@ export const onGetConfig = (isStart: boolean) => {
|
|||
}
|
||||
/// #if !BROWSER
|
||||
ipcRenderer.send(Constants.SIYUAN_CONFIG_CLOSE, window.siyuan.config.appearance.closeButtonBehavior);
|
||||
ipcRenderer.send(Constants.SIYUAN_INIT);
|
||||
ipcRenderer.send(Constants.SIYUAN_INIT, window.siyuan.languages);
|
||||
ipcRenderer.send(Constants.SIYUAN_HOTKEY, hotKey2Electron(window.siyuan.config.keymap.general.toggleWin.custom));
|
||||
/// #endif
|
||||
if (!window.siyuan.config.uiLayout || (window.siyuan.config.uiLayout && !window.siyuan.config.uiLayout.left)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue