test #1

Merged
jasonchenwork merged 64 commits from test into master 2025-03-18 17:32:23 +08:00
3 changed files with 4 additions and 2 deletions
Showing only changes of commit d599d448a7 - Show all commits

2
.gitignore vendored
View File

@ -5,4 +5,4 @@ Superstar_log.ldf
build.bat
*.exe
bin/logfile.txt
.gitignore
bin/secondary_graph.grf

View File

@ -3042,6 +3042,8 @@ public class MultiPagePanel : Panel
/// <param name="e"></param>
private void ShouYeButton_Click(object sender, EventArgs e)
{
if(currentSongList == playedSongsHistory)
return;
autoRefreshTimer.Stop(); // 停止自动刷新
/*
SetHotSongButtonsVisibility(false);

View File

@ -172,7 +172,7 @@ namespace DualScreenDemo
VideoPlayerForm.publicPlaylist = new List<SongData>();
VideoPlayerForm.playingSongList = new List<SongData>();
PrimaryForm.playedSongsHistory = new List<SongData>();
// 如果有正在播放的歌曲也加進去
if (VideoPlayerForm.Instance.currentPlayingSong != null)
{