mirror of
https://github.com/jayfunc/BetterLyrics.git
synced 2026-01-12 10:54:55 +08:00
chores: undo
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user