fix: windows 95 theme support tickets list

This commit is contained in:
3252a8
2026-05-21 14:05:54 +03:00
parent 6d4fb5888f
commit 0ab4b11f97
5 changed files with 63 additions and 44 deletions
+1 -1
View File
@@ -392,7 +392,7 @@ def _builtin_theme_assets_need_refresh(key: str, target_dir: Path) -> bool:
or "lucide-circle-check" not in style
or "border-radius: 0 !important" not in style
or "::-webkit-slider-thumb" not in style
or "?v=8" not in style
or "?v=9" not in style
or "lucide-life-buoy" not in style
or "New webapp surfaces: support, purchase info, password login" not in style
or any(not (target_dir / "icons" / icon).exists() for icon in required_icons)