mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 14:40:12 +01:00
🎨 Clean code
This commit is contained in:
parent
215f37a072
commit
21823e11d8
12 changed files with 39 additions and 39 deletions
|
|
@ -231,9 +231,9 @@ const writeLog = (out) => {
|
|||
};
|
||||
|
||||
let openAsHidden = false;
|
||||
isOpenAsHidden = function () {
|
||||
const isOpenAsHidden = function () {
|
||||
return 1 === workspaces.length && openAsHidden;
|
||||
}
|
||||
};
|
||||
|
||||
const initMainWindow = () => {
|
||||
let windowStateInitialized = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue