From 7e2cbf528e76a187af404d44ae41c4050678af07 Mon Sep 17 00:00:00 2001 From: Milan Burda Date: Sat, 18 May 2019 22:00:08 +0200 Subject: [PATCH] docs: link to better list of icons for nativeImage.createFromNamedImage() (#18336) --- docs/api/native-image.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/native-image.md b/docs/api/native-image.md index 704631d0df..f6c4569d3f 100644 --- a/docs/api/native-image.md +++ b/docs/api/native-image.md @@ -177,7 +177,7 @@ Creates a new `NativeImage` instance from `dataURL`. Returns `NativeImage` Creates a new `NativeImage` instance from the NSImage that maps to the -given image name. See [`NSImageName`](https://developer.apple.com/documentation/appkit/nsimagename?language=objc) +given image name. See [`System Icons`](https://developer.apple.com/design/human-interface-guidelines/macos/icons-and-images/system-icons/) for a list of possible values. The `hslShift` is applied to the image with the following rules