Added: icon for miniwindow

This commit is contained in:
Molunerfinn 2018-07-07 00:01:06 +08:00
parent 4d5b3fbdf6
commit 5207326017

View File

@ -206,6 +206,7 @@ const createMiniWidow = () => {
fullscreenable: false,
resizable: false,
transparent: true,
icon: `${__static}/logo.png`,
webPreferences: {
backgroundThrottling: false
}