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
+3
View File
@@ -11,6 +11,7 @@
#include "singletons/Settings.hpp"
#include "singletons/Updates.hpp"
#include "util/CombinePath.hpp"
#include "util/SelfCheck.hpp"
#include "util/UnixSignalHandler.hpp"
#include "widgets/dialogs/LastRunCrashDialog.hpp"
@@ -257,6 +258,8 @@ void runGui(QApplication &a, const Paths &paths, Settings &settings,
}
#endif
selfcheck::checkWebp();
updates.deleteOldFiles();
// Clear the cache 1 minute after start.