From df808ee8cfe737c3ac18c3e904c0079a69a50b42 Mon Sep 17 00:00:00 2001 From: rhunk <101876869+rhunk@users.noreply.github.com> Date: Wed, 22 Nov 2023 00:33:23 +0100 Subject: [PATCH] feat(core/clean_cache): composer cache --- .../kotlin/me/rhunk/snapenhance/core/action/impl/CleanCache.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/core/src/main/kotlin/me/rhunk/snapenhance/core/action/impl/CleanCache.kt b/core/src/main/kotlin/me/rhunk/snapenhance/core/action/impl/CleanCache.kt index 226e38f5..9482a945 100644 --- a/core/src/main/kotlin/me/rhunk/snapenhance/core/action/impl/CleanCache.kt +++ b/core/src/main/kotlin/me/rhunk/snapenhance/core/action/impl/CleanCache.kt @@ -9,6 +9,7 @@ class CleanCache : AbstractAction() { "files/mbgl-offline.db", "files/native_content_manager/*", "files/file_manager/*", + "files/composer_cache/*", "files/blizzardv2/*", "files/streaming/*", "cache/*",