This commit is contained in:
Liang Ding 2022-10-28 09:19:57 +08:00
parent 0bc997051e
commit cfb13f3b74
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
11 changed files with 14 additions and 14 deletions

View file

@ -43,7 +43,7 @@ let siyuanOpenURL
let firstOpen = false
let resetWindowStateOnRestart = false
let kernelPort = "6806"
const localhost = "siyuan.localhost"
const localhost = "localhost"
require('@electron/remote/main').initialize()
if (!app.requestSingleInstanceLock()) {