Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Controls/Components/DecibelComponent.axaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
[ComponentInfo(
"FFFFFFFF-EEEE-DDDD-CCCC-BBBBBBBBBBBB",
"分贝值",
"\uE9B2",
"\uEB88",
"在主界面上显示麦克风分贝值。"
)]
public partial class DecibelComponent : ComponentBase<DecibelComponentSettings>, INotifyPropertyChanged, IDisposable
Expand All @@ -24,7 +24,7 @@
private bool _disposed;
private string _currentDecibelValue = "N/A";

public event PropertyChangedEventHandler? PropertyChanged;

Check warning on line 27 in Controls/Components/DecibelComponent.axaml.cs

View workflow job for this annotation

GitHub Actions / Build

'DecibelComponent.PropertyChanged' hides inherited member 'AvaloniaObject.PropertyChanged'. Use the new keyword if hiding was intended.

public string CurrentDecibelValue
{
Expand Down
Loading