Skip to content

Commit cd009bd

Browse files
committed
ux: enable Use monospace font only in text editor by default
Signed-off-by: leo <[email protected]>
1 parent cd8ff2e commit cd009bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ViewModels/Preferences.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -661,7 +661,7 @@ private bool RemoveInvalidRepositoriesRecursive(List<RepositoryNode> collection)
661661
private string _themeOverrides = string.Empty;
662662
private string _defaultFontFamily = string.Empty;
663663
private string _monospaceFontFamily = string.Empty;
664-
private bool _onlyUseMonoFontInEditor = false;
664+
private bool _onlyUseMonoFontInEditor = true;
665665
private double _defaultFontSize = 13;
666666
private double _editorFontSize = 13;
667667
private int _editorTabWidth = 4;

0 commit comments

Comments
 (0)