version: Release 2025.15

Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
leo 2025-04-28 09:16:37 +08:00
parent 951ea8f088
commit 2e1cf76c82
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -47,7 +47,7 @@ namespace SourceGit.Views
get => GetValue(FontWeightProperty);
set => SetValue(FontWeightProperty, value);
}
public static readonly StyledProperty<IBrush> InlineCodeBackgroundProperty =
AvaloniaProperty.Register<CommitSubjectPresenter, IBrush>(nameof(InlineCodeBackground), Brushes.Transparent);