Icon should allow NativeImage or string

This commit is contained in:
Arnar Gauti Ingason
2015-07-29 17:38:24 +00:00
parent 1f81058ceb
commit 85ed51e0e3
+1 -1
View File
@@ -473,7 +473,7 @@ declare module GitHubElectron {
'zoom-factor'?: number;
kiosk?: boolean;
title?: string;
icon?: NativeImage;
icon?: NativeImage|string;
frame?: boolean;
'node-integration'?: boolean;
'accept-first-mouse'?: boolean;