From cb9bdbf247c9438390a2044b5da910db7dd35d19 Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Fri, 17 Oct 2014 22:46:00 +0800 Subject: [PATCH] docs: Add BrowserWindow.showInactive() --- docs/api/browser-window.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/api/browser-window.md b/docs/api/browser-window.md index de8da2e32eec..6d50ef1b4691 100644 --- a/docs/api/browser-window.md +++ b/docs/api/browser-window.md @@ -232,7 +232,11 @@ Returns whether the window is focused. ### BrowserWindow.show() -Shows the window. +Shows and gives focus to the window. + +### BrowserWindow.showInactive() + +Shows the window but doesn't focus on it. ### BrowserWindow.hide()