定义日志图标资源
This commit is contained in:
@@ -23,7 +23,7 @@ namespace Deedy.Activity
|
||||
/// <summary>
|
||||
/// 用于为Action提供显示视图
|
||||
/// </summary>
|
||||
[IconKey(ThemeKeys.KEY_Activity_DefaultIcon)]
|
||||
[IconKey(ThemeKeys.Keys.Activity_DefaultIcon)]
|
||||
[TemplatePart(Name = PART_ItemsContainer, Type = typeof(ItemsControl))]
|
||||
[TemplatePart(Name = PART_TitleContainer, Type = typeof(FrameworkElement))]
|
||||
[TemplatePart(Name = PART_StateDecorator, Type = typeof(ViewerStateDecorator))]
|
||||
@@ -250,7 +250,6 @@ namespace Deedy.Activity
|
||||
if (e.NewValue is LogInfo logInfo)
|
||||
{
|
||||
this.ToolTip = logInfo.ToString();
|
||||
//TODO:更新消息显示图标
|
||||
this.LogInfos.Add(logInfo);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user