Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: clean up removed systemPreferences methods #39349

docs: clean up removed systemPreferences methods

1cedd06
Select commit
Failed to load commit list.
Merged

docs: clean up removed systemPreferences methods #39349

docs: clean up removed systemPreferences methods
1cedd06
Select commit
Failed to load commit list.
Electron Archaeologist / Artifact Comparison completed Aug 3, 2023 in 1m 3s

Changes Detected

Looks like the electron.d.ts file changed.

--- a/electron.old.d.ts
+++ b/electron.new.d.ts
@@ -8787,36 +8787,6 @@ declare namespace Electron {
      * @platform win32
      */
     isAeroGlassEnabled(): boolean;
-    /**
-     * Whether the system is in Dark Mode.
-     *
-     * **Deprecated:** Should use the new `nativeTheme.shouldUseDarkColors` API.
-     *
-     * @deprecated
-     * @platform darwin,win32
-     */
-    isDarkMode(): boolean;
-    /**
-     * `true` if a high contrast theme is active, `false` otherwise.
-     *
-     * **Deprecated:** Should use the new `nativeTheme.shouldUseHighContrastColors`
-     * API.
-     *
-     * @deprecated
-     * @platform darwin,win32
-     */
-    isHighContrastColorScheme(): boolean;
-    /**
-     * `true` if an inverted color scheme (a high contrast color scheme with light text
-     * and dark backgrounds) is active, `false` otherwise.
-     *
-     * **Deprecated:** Should use the new `nativeTheme.shouldUseInvertedColorScheme`
-     * API.
-     *
-     * @deprecated
-     * @platform win32
-     */
-    isInvertedColorScheme(): boolean;
     /**
      * Whether the Swipe between pages setting is on.
      *