ux: enable Use monospace font only in text editor by default

Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
leo 2025-06-03 10:15:58 +08:00
parent cd8ff2e9bf
commit cd009bda6b
No known key found for this signature in database

View file

@ -661,7 +661,7 @@ namespace SourceGit.ViewModels
private string _themeOverrides = string.Empty;
private string _defaultFontFamily = string.Empty;
private string _monospaceFontFamily = string.Empty;
private bool _onlyUseMonoFontInEditor = false;
private bool _onlyUseMonoFontInEditor = true;
private double _defaultFontSize = 13;
private double _editorFontSize = 13;
private int _editorTabWidth = 4;