Skip to content
This repository has been archived by the owner on Sep 5, 2020. It is now read-only.

Update Master to 0.8 #934

Merged
merged 20 commits into from
Jul 11, 2016
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update-popup-window: prevent maximize (#885)
* update-popup-window prevent maximize

* add resizable:false
  • Loading branch information
luclu authored and frozeman committed Jun 28, 2016
commit 7c52d7cda9182e3dbf0729d7751e91d1792416f0
2 changes: 2 additions & 0 deletions modules/updateChecker.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ function showWindow(options) {
width: 420,
height: 230 ,
alwaysOnTop: true,
resizable: false,
maximizable: false,
},
}, options));
}
Expand Down