mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-29 20:37:05 +02:00
UI: Disable font ligatures by default (#1729)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user