mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-21 14:34:06 +01:00
🎨 Support minimize the main window after auto launch on Windows/macOS https://github.com/siyuan-note/siyuan/issues/11145
This commit is contained in:
parent
03a6c15d70
commit
b64a9a3ad2
10 changed files with 75 additions and 17 deletions
5
app/src/types/config.d.ts
vendored
5
app/src/types/config.d.ts
vendored
|
|
@ -1351,8 +1351,11 @@ declare namespace Config {
|
|||
appDir: string;
|
||||
/**
|
||||
* Boot automatically
|
||||
* - `0`: Do not boot automatically
|
||||
* - `1`: Boot automatically
|
||||
* - `2`: Boot automatically + Minimize UI
|
||||
*/
|
||||
autoLaunch: boolean;
|
||||
autoLaunch: number;
|
||||
/**
|
||||
* The absolute path of the `conf` directory of the current workspace
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue