🐛 Automatic launch at boot does not work Fix https://github.com/siyuan-note/siyuan/issues/7978

This commit is contained in:
Liang Ding 2023-04-13 11:49:26 +08:00
parent 8075902681
commit 42c5dfcbda
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
3 changed files with 13 additions and 9 deletions

View file

@ -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;