mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-04 07:48:49 +01:00
🎨 Smoother launch screen on desktop https://github.com/siyuan-note/siyuan/issues/8596
This commit is contained in:
parent
ee69dc6742
commit
bb5150c8d4
2 changed files with 20 additions and 2 deletions
|
|
@ -402,7 +402,7 @@ const initKernel = (workspace, port, lang) => {
|
|||
if (isDevEnv) {
|
||||
bootIndex = path.join(appDir, "electron", "boot.html");
|
||||
}
|
||||
bootWindow.loadFile(bootIndex);
|
||||
bootWindow.loadFile(bootIndex, {query: {v: appVer}});
|
||||
bootWindow.show();
|
||||
|
||||
const kernelName = "win32" === process.platform ? "SiYuan-Kernel.exe" : "SiYuan-Kernel";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue