move to linux

This commit is contained in:
2026-03-11 11:00:47 +00:00
parent e111747833
commit 0aac542a0b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -293,7 +293,7 @@ function resolveCategory(manifest: OpenPeonManifest, category: Category): Catego
function pickSound(categoryConfig: CategoryConfig, category: Category): Sound | null {
const sounds = categoryConfig.sounds;
if (sounds.length === 0) return null;
if (!sounds || sounds.length === 0) return null;
const lastSound = lastSoundPerCategory.get(category);
let candidates = sounds;