feat: allow setting working directory in app.setUserTasks() / app.setJumpList() (#18148)

This commit is contained in:
Milan Burda 2019-05-13 18:17:12 +02:00 committed by Alexey Kuzmin
parent 326215e1f1
commit 3a5e6f2551
8 changed files with 20 additions and 3 deletions

View file

@ -26,3 +26,4 @@
resource file contains multiple icons this value can be used to specify the
zero-based index of the icon that should be displayed for this task. If a
resource file contains only one icon, this property should be set to zero.
* `workingDirectory` String (optional) - The working directory. Default is empty.

View file

@ -12,3 +12,4 @@
* `iconIndex` Number - The icon index in the icon file. If an icon file
consists of two or more icons, set this value to identify the icon. If an
icon file consists of one icon, this value is 0.
* `workingDirectory` String (optional) - The working directory. Default is empty.