Fixed styling of playback toggle button in volume menu. (#615)

This commit is contained in:
Jas Singh
2024-12-24 03:32:51 -08:00
committed by GitHub
parent 905d9776ac
commit 65140db40c
3 changed files with 14 additions and 14 deletions

View File

@@ -238,7 +238,7 @@ export function isAnImage(imgFilePath: string): boolean {
GdkPixbuf.Pixbuf.new_from_file(normalizePath(imgFilePath));
return true;
} catch (error) {
console.error(error);
console.info(error);
return false;
}
}