mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-21 12:15:00 +00:00
code_style: run dotnet format
This commit is contained in:
parent
b0d3d302bb
commit
d66053a42d
3 changed files with 6 additions and 4 deletions
|
@ -78,7 +78,8 @@ namespace SourceGit.ViewModels
|
|||
public string DefaultFontFamily
|
||||
{
|
||||
get => _defaultFontFamily;
|
||||
set {
|
||||
set
|
||||
{
|
||||
if (SetProperty(ref _defaultFontFamily, value) && !_isLoading)
|
||||
App.SetFonts(_defaultFontFamily, _monospaceFontFamily, _onlyUseMonoFontInEditor);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue