I got the latest update today on MacOS. Now, every capital letter and every number has is displayed with a circle around it. This happens to folder names, comments, literally everything in the application. I tried changing all the fonts, but the problem did not go away. I’m happy to send a screenshot.
It’s probably a theme. Begin with that, otherwise
Your were right, it was a them. Mine was set to “Sanctum.” I change the Theme to “Aura” and the circles around capital letters and numbers went away.
1 Like
I still use Sanctum on occasion. There’s an open issue on the repo. Someone was kind enough to post a workaround if you’re comfortable with css (see help docs on css snippets if you aren’t and want to give it a try).
The snippet in case anyone else stumbles here:
body,
.cm-scroller {
font-feature-settings: normal;
}
The repo is definitely getting dusty, but I have some sentimentality for it. Perhaps Sanctum can live on a little longer!
2 Likes
thanky you , It works