Yyugal41735

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

No description available

Legacy
electronmigrationv33
Public
0 downloads
0 stars
How to Use
Run this codemod on your codebase using one of the following commands

The easiest way to run this codemod without installing anything globally:

Documentation

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.