this actually fixes things, still not happy with it, introduces more delay

(not noticeably more than the existing delay)

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski
2017-06-04 14:27:19 +01:00
parent 25a0af6ddb
commit 1e5a742602
2 changed files with 16 additions and 12 deletions
+3 -2
View File
@@ -6,8 +6,9 @@
"description": "A feature-rich client for Matrix.org",
"author": "Vector Creations Ltd.",
"dependencies": {
"electron-window-state": "^4.1.0",
"auto-launch": "^5.0.1",
"minimist": "^1.2.0"
"electron-window-state": "^4.1.0",
"minimist": "^1.2.0",
"png-to-ico": "^1.0.2"
}
}