cache fixed, delete buttons fixed

This commit is contained in:
Dobromir Popov
2025-10-24 21:34:23 +03:00
parent 420251f2d4
commit 6e58f4d88f
5 changed files with 149 additions and 40 deletions

View File

@@ -378,7 +378,7 @@ class DataProvider:
bool: True if successful, False otherwise
"""
if not UNIFIED_STORAGE_AVAILABLE:
logger.error("Unified storage components not available. Install required dependencies.")
logger.debug("Unified storage components not available - skipping (optional feature)")
return False
if self._unified_storage_enabled: