This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==WindhawkMod== | |
| // @id network-icon-glyph-replace | |
| // @name Network Icon Glyph Replace | |
| // @description Replaces the network tray icon glyph with a fixed character (\uF8C1) and reapplies it whenever Windows changes it. | |
| // @version 1.0.0 | |
| // @author custom | |
| // @include explorer.exe | |
| // @architecture x86-64 | |
| // @compilerOptions -lole32 -loleaut32 -lruntimeobject | |
| // ==/WindhawkMod== |