From 85ed51e0e3c0a0b31283dc1745194d3925e401e1 Mon Sep 17 00:00:00 2001 From: Arnar Gauti Ingason Date: Wed, 29 Jul 2015 17:38:24 +0000 Subject: [PATCH] Icon should allow NativeImage or string --- github-electron/github-electron.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github-electron/github-electron.d.ts b/github-electron/github-electron.d.ts index 617f32bd9..c184ee7cf 100644 --- a/github-electron/github-electron.d.ts +++ b/github-electron/github-electron.d.ts @@ -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;