diff --git a/desktop/app.icns b/desktop/app.icns new file mode 100644 index 0000000..ef3b18a Binary files /dev/null and b/desktop/app.icns differ diff --git a/desktop/app.ico b/desktop/app.ico new file mode 100644 index 0000000..4b1a47c Binary files /dev/null and b/desktop/app.ico differ diff --git a/public/electron.js b/public/electron.js index 7900068..4b3bbaa 100644 --- a/public/electron.js +++ b/public/electron.js @@ -152,7 +152,10 @@ function createWindow() { * Create the menu bar and attach it to a window */ function createMenubar() { + + // Create an instance of the Menu class let menu = Menu; + // Create a menu bar template const menuBar = [ {