aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2023-06-30 13:10:07 +0200
committerdec05eba <dec05eba@protonmail.com>2023-06-30 13:10:07 +0200
commitb51468e440bb73371a430d0a0efe7658e8b7b80c (patch)
tree9036dd18aa3a79c26a8086ee6685240fdb15d02c /include
parent08e1a601e4aa13cdfb3bea836b89524cc13b07bf (diff)
Dont show spinning circle when thumbnail failed to load
Diffstat (limited to 'include')
-rw-r--r--include/AsyncImageLoader.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/AsyncImageLoader.hpp b/include/AsyncImageLoader.hpp
index 2d083b5..672e0e6 100644
--- a/include/AsyncImageLoader.hpp
+++ b/include/AsyncImageLoader.hpp
@@ -18,6 +18,7 @@ namespace QuickMedia {
LOADING,
READY_TO_LOAD,
FINISHED_LOADING,
+ FAILED_TO_LOAD,
APPLIED_TO_TEXTURE
};