diff --git a/Controls/Components/DecibelComponent.axaml.cs b/Controls/Components/DecibelComponent.axaml.cs index 4e713bd..f648911 100644 --- a/Controls/Components/DecibelComponent.axaml.cs +++ b/Controls/Components/DecibelComponent.axaml.cs @@ -14,7 +14,7 @@ namespace Decibel_Monitor.Controls.Components; [ComponentInfo( "FFFFFFFF-EEEE-DDDD-CCCC-BBBBBBBBBBBB", "分贝值", - "\uE9B2", + "\uEB88", "在主界面上显示麦克风分贝值。" )] public partial class DecibelComponent : ComponentBase, INotifyPropertyChanged, IDisposable