Browse Source

Update BrowserWindow icon name

master
meriadec 7 years ago
parent
commit
291f5fd91d
No known key found for this signature in database GPG Key ID: 1D2FC2305E2CB399
  1. 6
      src/main/app.js
  2. 0
      static/images/browser-window-icon-512x512.png

6
src/main/app.js

@ -66,10 +66,8 @@ const saveWindowSettings = window => {
}
const defaultWindowOptions = {
// Linux require window to have icon to be correctly displayed
// in docks, when using <C-tab>, etc.
// see https://github.com/electron-userland/electron-builder/issues/2269<Paste>
icon: i('linux-app-icon-512x512.png'),
// see https://github.com/electron-userland/electron-builder/issues/2269
icon: i('browser-window-icon-512x512.png'),
backgroundColor: '#fff',
webPreferences: {

0
static/images/linux-app-icon-512x512.png → static/images/browser-window-icon-512x512.png

Before

Width:  |  Height:  |  Size: 44 KiB

After

Width:  |  Height:  |  Size: 44 KiB

Loading…
Cancel
Save