Skip to content

Commit

Permalink
Disables resizing of window #15
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike committed Oct 19, 2016
1 parent 549d4f6 commit f9dc6dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit f9dc6dc

Please # to comment.