Skip to content

Commit

Permalink
Prevent the plugin config modal window from being moved
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Sep 8, 2019
1 parent cc3fa05 commit e82a16a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ const openConfigWindow = async pluginName => {
width: 320,
height: 436,
resizable: false,
movable: false,
minimizable: false,
maximizable: false,
fullscreenable: false,
Expand Down

0 comments on commit e82a16a

Please sign in to comment.