diff --git a/PrimaryFormParts/PrimaryForm.Promotions.cs b/PrimaryFormParts/PrimaryForm.Promotions.cs index 9540c17..1ae60c4 100644 --- a/PrimaryFormParts/PrimaryForm.Promotions.cs +++ b/PrimaryFormParts/PrimaryForm.Promotions.cs @@ -98,6 +98,7 @@ namespace DualScreenDemo private void promotionsButton_Click(object sender, EventArgs e) { + promotionsAndMenuPanel.currentPageIndex=0; newSongAlertButton.BackgroundImage = newSongAlertNormalBackground; hotPlayButton.BackgroundImage = hotPlayNormalBackground; singerSearchButton.BackgroundImage = singerSearchNormalBackground; diff --git a/VideoPlayerForm.cs b/VideoPlayerForm.cs index 0c898ff..6e57873 100644 --- a/VideoPlayerForm.cs +++ b/VideoPlayerForm.cs @@ -1510,7 +1510,7 @@ namespace DualScreenDemo string labelText = isVocalRemoved ? "無人聲" : "有人聲"; // 显示标签 OverlayForm.MainForm.ShowOriginalSongLabel(labelText); - await Task.Delay(300); + await Task.Delay(3000); // 隐藏标签 OverlayForm.MainForm.HideOriginalSongLabel(); }