Sync tweaks

This commit is contained in:
Zef Hemel
2023-01-26 15:54:28 +01:00
parent 4c39d0b964
commit 9c04db6a9c
7 changed files with 63 additions and 4 deletions
-2
View File
@@ -155,8 +155,6 @@ let quitting = false;
const icon = nativeImage.createFromPath(process.resourcesPath + "/logo.png");
export function newWindow(instance: Instance, windowState: WindowState) {
// Create the browser window.
console.log("Empty icon?", icon.isEmpty());
const window = new BrowserWindow({
height: windowState.height,
width: windowState.width,
+6
View File
@@ -165,6 +165,12 @@ const template: MenuItemConstructorOptions[] = [
{
label: "Help",
submenu: [
{
label: "Documentation",
click: () => {
shell.openExternal("https://silverbullet.md");
},
},
{
role: "about",
},