Skip to content

Commit

Permalink
feat: 兼容 siyuanhook
Browse files Browse the repository at this point in the history
  • Loading branch information
terwer committed May 14, 2023
1 parent aa9a84d commit e6a1ee5
Show file tree
Hide file tree
Showing 3 changed files with 1,646 additions and 324 deletions.
2 changes: 1 addition & 1 deletion public/lib/siyuan/publish-helper.js
Expand Up @@ -197,7 +197,7 @@ const initPublishHelper = () => {
const mainWindow = getCurrentWindow()
const newWin = new BrowserWindow({
parent: mainWindow,
modal: true,
modal: false,
show: true,
width: 900,
height: 750,
Expand Down

0 comments on commit e6a1ee5

Please sign in to comment.