Add cached emotes fallback for failed provider fetches (#6125)

This commit is contained in:
Elias A.
2025-04-12 13:56:04 +03:00
committed by GitHub
parent b59124702c
commit 7c8274ed56
12 changed files with 198 additions and 41 deletions
+5
View File
@@ -50,6 +50,11 @@ public:
QString cacheDirectory() const;
/// Returns the full file path for a file in the cache directory
///
/// e.g. cacheFilePath("foo") will return <cacheDirectory>/foo
QString cacheFilePath(const QString &fileName) const;
private:
void initAppFilePathHash();
void initCheckPortable();