From cc14e4ffc54a246fc9eb311b209ceaff3e793d3c Mon Sep 17 00:00:00 2001 From: jasonchenwork Date: Fri, 2 May 2025 11:24:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=BA=E8=81=B2=E6=A8=99=E7=B1=A4+=E5=84=AA?= =?UTF-8?q?=E6=83=A0=E6=B4=BB=E5=8B=95=E9=A0=81=E7=A2=BC=E9=87=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PrimaryFormParts/PrimaryForm.Promotions.cs | 1 + VideoPlayerForm.cs | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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(); }