From 5ee7434a54711bf60e06f4f8b713f2b60d25436d Mon Sep 17 00:00:00 2001 From: Zeke Sikelianos Date: Thu, 2 Mar 2017 13:28:58 -0800 Subject: [PATCH] fix indentation of app.setLoginItemSettings arguments --- docs/api/app.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/api/app.md b/docs/api/app.md index 77b1e5fa21b9..e3160e9053f8 100644 --- a/docs/api/app.md +++ b/docs/api/app.md @@ -820,11 +820,11 @@ Returns `Object`: `app.getLoginItemStatus().wasOpenedAsHidden` should be checked when the app is opened to know the current value. This setting is only supported on macOS. - * `path` String (optional) _Windows_ - The executable to launch at login. - Defaults to `process.execPath`. - * `args` String[] (optional) _Windows_ - The command-line arguments to pass to - the executable. Defaults to an empty array. Take care to wrap paths in - quotes. +* `path` String (optional) _Windows_ - The executable to launch at login. + Defaults to `process.execPath`. +* `args` String[] (optional) _Windows_ - The command-line arguments to pass to + the executable. Defaults to an empty array. Take care to wrap paths in + quotes. Set the app's login item settings.