chore: check if WEBP is supported (#6073)

This commit is contained in:
nerix
2025-03-13 19:15:59 +01:00
committed by GitHub
parent eff4e34ec6
commit 55031c5108
5 changed files with 84 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
#pragma once
namespace chatterino::selfcheck {
/// Checks if WEBPs can be loaded
void checkWebp();
} // namespace chatterino::selfcheck