Closed kramred closed 5 months ago
You don't need to mess with the settings plist file. There is graphical interface of the application to do this. The names of the settings in the plist file are not guaranteed to remain consistent between versions.
Thanks for the hint - in case someone else missed it, it's only shown when you select "Show advanced settings" in the menu:
Document that there is a Boolean
about
key in~/Library/Preferences/org.sbarex.SourceCodeSyntaxHighlight.plist
, which setsisAboutVisible
The
about
key in~/Library/Preferences/org.sbarex.SourceCodeSyntaxHighlight.plist
can be set toNO
and disables the about prompt in the footer with theNSHumanReadableCopyright
and the prompt:See also: https://github.com/sbarex/SourceCodeSyntaxHighlight/blob/master/XPCService/Settings%2BService.swift#L234 https://github.com/sbarex/SourceCodeSyntaxHighlight/blob/master/XPCService/Settings.swift#L991-L1007
Turning the app or system off and on again may be required to pick up the changed Boolean
about
key and stop rendering the footer…