💄 Switch to using platform filter button

This commit is contained in:
Stuart Breckenridge
2025-06-13 19:22:43 +08:00
parent d70fca45d4
commit 6eb65e9f61
4 changed files with 15 additions and 16 deletions

View File

@@ -115,12 +115,8 @@ struct AppAssets {
return RSImage(named: "faviconTemplateImage")!
}()
static var filterInactiveImage: UIImage = {
UIImage(systemName: "line.horizontal.3.decrease.circle")!
}()
static var filterActiveImage: UIImage = {
UIImage(systemName: "line.horizontal.3.decrease.circle.fill")!
static var filterImage: UIImage = {
UIImage(systemName: "line.3.horizontal.decrease")!
}()
static var folderOutlinePlus: UIImage = {