From f9dc6dc4495862e8c9cf132d53fd054db399cff9 Mon Sep 17 00:00:00 2001 From: Mike Date: Tue, 18 Oct 2016 19:58:39 -0700 Subject: [PATCH] Disables resizing of window #15 --- index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.js b/index.js index 725d290..39b6687 100644 --- a/index.js +++ b/index.js @@ -4,7 +4,8 @@ const menubar = require('menubar')({ icon: __dirname + '/assets/IconTemplate.png', dir: __dirname, alwaysOnTop: true, - tooltip: "Materialette" + tooltip: "Materialette", + resizable: false }); menubar.on('ready', ()=>{ global.sharedObj = {