Yyugal41735

electron/v33/system-preferences-to-native-theme

No description available

electronmigrationv33
Public
0 executions

Run locally

npx codemod electron/v33/system-preferences-to-native-theme

This codemod deprecates systemPreferences.accessibilityDisplayShouldReduceTransparency property, which is now deprecated in favor of the new nativeTheme.prefersReducedTransparency, which provides identical information and works cross-platform.

Example

Before

ts

After

ts

Ready to contribute?

Build your own codemod and share it with the community.