mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-20 08:30:12 +01:00
🎨 新版 Electron 支持双击缩放
This commit is contained in:
parent
3473011ca9
commit
0b6b729ab5
3 changed files with 2 additions and 17 deletions
|
|
@ -26,6 +26,7 @@ export abstract class Constants {
|
|||
// 渲染进程调主进程
|
||||
public static readonly SIYUAN_SHOW: string = "siyuan-show";
|
||||
public static readonly SIYUAN_HIDE: string = "siyuan-hide";
|
||||
|
||||
public static readonly SIYUAN_CONFIG_TRAY: string = "siyuan-config-tray";
|
||||
public static readonly SIYUAN_QUIT: string = "siyuan-quit";
|
||||
public static readonly SIYUAN_HOTKEY: string = "siyuan-hotkey";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue