Added: iconfont

This commit is contained in:
Molunerfinn
2017-12-07 14:33:14 +08:00
parent 0964c1423b
commit 493d79d33d
9 changed files with 73 additions and 2 deletions

View File

@@ -190,6 +190,7 @@ const toggleWindow = () => {
const showWindow = () => {
const position = getWindowPosition()
window.setPosition(position.x, position.y, false)
window.webContents.send('updateFiles')
window.show()
window.focus()
}