SweetPPro
SweetPPro
https://colorwell.sweetpproductions.com
its seems to not work with the color I have chosen: `disabledControlTextColor`. `controlAccentColor` works just fine like this: ``` - (void) setNeedsDisplay:(BOOL)needsDisplay { [super setNeedsDisplay:needsDisplay]; [self setUpLayers]; } ```
ah, thats an `NSColor`. I managed to get it working how I like using this fork: https://github.com/Tibbs/ITSwitch and adding this for immediate updating when Dark Mode is activated/deactivated: ``` -...
@pointum this should (hopefully) be fixed in this pull request: https://github.com/shpakovski/MASShortcut/pull/162
@pointum nice one! I don't use Cocoa Pods or Carthage so weren't seeing any of the build errors. Ill close my PR
@pointum ah weird, It compiles fine for me when added directly to a project via SPM. well, for what its worth. I hope everything is fine for all situations now...
@Coeur ate you running big sur or monterey? The bug occurs when toggling the toolbar to visible. The window “jumps” to the correct size
I guess I could DL Ventura and test… I already have AS Monterey, and Intel Mojave setup.
The thing is, I do prefer the new look, and would prefer to find a work around.
Interesting, I see the glitch on my M1 Air. Perhaps it’s only on Apple Silicon