Closed DivineDominion closed 5 years ago
Ok, so
PreferencesExample
produces the error,All use the latest commit from master. (adde4ea09fe9c9d85b74d4b10dc4a59ade559783
)
Looks like the cross-fading animation is the culprit. For some reason I seem to have figured this out in some of my apps ... :)
if #available(macOS 10.14, *) {
crossfadeTransitions = true
} else {
crossfadeTransitions = false
}
Will open a PR with a fix!
On High Sierra, I get this when I switch tabs:
Am investigating!