remove INotifyPropertyChanged on TitleView

This commit is contained in:
Lightczx
2023-12-27 13:33:01 +08:00
parent 4001cc7051
commit e2d5baffe0

View File

@@ -12,7 +12,6 @@ namespace Snap.Hutao.View;
/// 标题视图
/// </summary>
[HighQuality]
[INotifyPropertyChanged]
internal sealed partial class TitleView : UserControl
{
public TitleView()