mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-20 00:20:12 +01:00
🐛 Automatic launch at boot does not work Fix https://github.com/siyuan-note/siyuan/issues/7978
This commit is contained in:
parent
8075902681
commit
42c5dfcbda
3 changed files with 13 additions and 9 deletions
|
|
@ -36,6 +36,7 @@ export abstract class Constants {
|
|||
public static readonly SIYUAN_EXPORT_PDF: string = "siyuan-export-pdf";
|
||||
public static readonly SIYUAN_EXPORT_CLOSE: string = "siyuan-export-close";
|
||||
public static readonly SIYUAN_EXPORT_PREVENT: string = "siyuan-export-prevent";
|
||||
public static readonly SIYUAN_AUTO_LAUNCH: string = "siyuan-auto-launch";
|
||||
|
||||
// size
|
||||
public static readonly SIZE_TOOLBAR_HEIGHT: number = isMobile() ? 0 : 32;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue