remove non-existent event (#19170)

This commit is contained in:
trop[bot]
2019-07-11 17:33:55 +09:00
committed by Cheng Zhao
parent b8f3325a04
commit 6f85e4de57

View File

@@ -41,14 +41,6 @@ Returns:
* `event` Event
* `highContrastColorScheme` Boolean - `true` if a high contrast theme is being used, `false` otherwise.
### Event: 'appearance-changed' _macOS_
Returns:
* `newAppearance` String - Can be `dark` or `light`
**NOTE:** This event is only emitted after you have called `startAppLevelAppearanceTrackingOS`
## Methods
### `systemPreferences.isDarkMode()` _macOS_