sindresorhus / electron-util

Useful utilities for Electron apps and modules
MIT License
1.28k stars 63 forks source link

Add support for Windows for `.openSystemPreferences()` API #48

Closed xpirt closed 3 years ago

xpirt commented 3 years ago

This PR updates openSystemPreferences(pane?) api to support Windows 10.

It supports custom Settings panes as first argument (full list on Microsoft Docs website).

This is not a breaking change and does have backwards compatibility. It has been tested on latest Windows 10 and includes updated docs, test & typings.

sindresorhus commented 3 years ago

https://github.com/sindresorhus/electron-util/pull/48/files#r624672199