🔧 chore: 尝试解决 windows 桌面歌词窗口标题出现的问题

This commit is contained in:
alger
2025-05-11 21:45:45 +08:00
parent 15f4ea4708
commit 890c0c86c1

View File

@@ -122,6 +122,8 @@ const createWin = () => {
}
});
lyricWindow.on('blur', () => lyricWindow && lyricWindow.setMaximizable(false))
return lyricWindow;
};