chores: undo

This commit is contained in:
Zhe Fang
2025-12-14 09:40:13 -05:00
parent 99f0b9443b
commit 3c411374bd

View File

@@ -13,6 +13,7 @@ using BetterLyrics.WinUI3.Services.SettingsService;
using CommunityToolkit.Mvvm.DependencyInjection;
using CommunityToolkit.Mvvm.Messaging;
using CommunityToolkit.Mvvm.Messaging.Messages;
using Lyricify.Lyrics.Providers.Web.Netease;
using Microsoft.Graphics.Canvas;
using Microsoft.Graphics.Canvas.UI.Xaml;
using Microsoft.UI;
@@ -832,14 +833,6 @@ namespace BetterLyrics.WinUI3.Controls
_isLayoutChanged = true;
}
}
else if(message.Sender == LyricsWindowStatus?.LyricsBackgroundSettings)
{
if (message.PropertyName == nameof(LyricsBackgroundSettings.SpectrumCount))
{
_spectrumAnalyzer?.StopCapture();
_spectrumAnalyzer?.StartCapture();
}
}
}
public void Receive(PropertyChangedMessage<double> message)