diff options
| author | Teddy Wing | 2021-03-04 23:54:54 +0100 |
|---|---|---|
| committer | Teddy Wing | 2021-03-04 23:54:54 +0100 |
| commit | 9b03e41acfcf22e1ba3449a03a693996bb204bdc (patch) | |
| tree | a011c00424b0217887d6a48b22ea907cd71af4f6 | |
| parent | aea4d2b64d3a0017c4a68b03acb5bbd063a08ab9 (diff) | |
| download | Re-Good-Catalina-Invert-Colours-9b03e41acfcf22e1ba3449a03a693996bb204bdc.tar.bz2 | |
Reset colours to their original state
Found an easy function to remove the colour inversion. Now I need to
enable toggling between the two with a keyboard shortcut.
| -rw-r--r-- | main.m | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -30,7 +30,9 @@ int main(int argc, const char * argv[]) { } } - for (;;) {} + sleep(4); + + CGDisplayRestoreColorSyncSettings(); return 0; } |
