mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-27 10:47:41 +00:00
Fixes #9110. Also, `!=` has higher precedence than `??`. This returns a boolean result: ``` (platform.font?.toLowerCase() ?? '') != FTouchLayoutFont ``` But `!=` has higher precedence than `??` so this returns the font name: ``` platform.font?.toLowerCase() ?? '' != FTouchLayoutFont ``` |
||
|---|---|---|
| .. | ||
| src | ||
| .gitignore | ||
| build.sh | ||