fix: windows 95 theme support tickets list
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user