We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Use monospace font only in text editor
1 parent cd8ff2e commit cd009bdCopy full SHA for cd009bd
src/ViewModels/Preferences.cs
@@ -661,7 +661,7 @@ private bool RemoveInvalidRepositoriesRecursive(List<RepositoryNode> collection)
661
private string _themeOverrides = string.Empty;
662
private string _defaultFontFamily = string.Empty;
663
private string _monospaceFontFamily = string.Empty;
664
- private bool _onlyUseMonoFontInEditor = false;
+ private bool _onlyUseMonoFontInEditor = true;
665
private double _defaultFontSize = 13;
666
private double _editorFontSize = 13;
667
private int _editorTabWidth = 4;
0 commit comments