fix: 修复预加载问题

This commit is contained in:
algerkong
2025-11-17 19:56:48 +08:00
committed by alger
parent 56adac0d4e
commit 07f6152c56
2 changed files with 35 additions and 0 deletions
+1
View File
@@ -116,6 +116,7 @@ if (isElectron) {
useAppShortcuts();
onMounted(async () => {
playerStore.setIsPlay(false);
if (isLyricWindow.value) {
return;
}