Skip to content

Commit

Permalink
Remove now moot encoding option from node-mac-app-icon (wulkano#322)
Browse files Browse the repository at this point in the history
  • Loading branch information
sallar authored and sindresorhus committed Jan 10, 2018
1 parent c77bfb3 commit b055a01
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/src/renderer/js/size-selector.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ async function getWindowList() {
const windows = await getWindows();
const images = await getAppIconListByPid(windows.map(win => win.pid), {
size: 16,
encoding: 'buffer',
failOnError: false
});
const {width, height} = remote.screen.getPrimaryDisplay().bounds;
Expand Down

0 comments on commit b055a01

Please sign in to comment.