From 50057163c6d4a14034b945897fece05affa47835 Mon Sep 17 00:00:00 2001 From: Tom Watson Date: Mon, 8 May 2017 10:41:16 +0200 Subject: [PATCH] :memo: clarify dialog buttons blocking side effect --- docs/api/dialog.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api/dialog.md b/docs/api/dialog.md index 68cfa7fcea9..79a4ea781ac 100644 --- a/docs/api/dialog.md +++ b/docs/api/dialog.md @@ -161,8 +161,8 @@ It returns the index of the clicked button. The `browserWindow` argument allows the dialog to attach itself to a parent window, making it modal. -If a `callback` is passed, the API call will be asynchronous and the result -will be passed via `callback(response)`. +If a `callback` is passed, the dialog will not block the process. The API call +will be asynchronous and the result will be passed via `callback(response)`. ### `dialog.showErrorBox(title, content)`