Sync tweaks
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -165,6 +165,12 @@ const template: MenuItemConstructorOptions[] = [
|
||||
{
|
||||
label: "Help",
|
||||
submenu: [
|
||||
{
|
||||
label: "Documentation",
|
||||
click: () => {
|
||||
shell.openExternal("https://silverbullet.md");
|
||||
},
|
||||
},
|
||||
{
|
||||
role: "about",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user