UI: Disable font ligatures by default (#1729)

This commit is contained in:
catloversg
2024-10-28 12:39:01 +07:00
committed by GitHub
parent 0bf378a1b0
commit a12c48ed43
3 changed files with 7 additions and 5 deletions
+1 -1
View File
@@ -137,7 +137,7 @@ export const Settings = {
MonacoFontFamily: "JetBrainsMono",
/** Text size for script editor. */
MonacoFontSize: 20,
/** Whether to use font ligatures */
/** Whether to use font ligatures in the script editor */
MonacoFontLigatures: false,
/** Whether to use Vim mod by default in the script editor */
MonacoDefaultToVim: false,