From c3a30c527cef6544b2ba8a8df5b1be985e1edc9c Mon Sep 17 00:00:00 2001 From: Stuart Breckenridge Date: Fri, 20 Jun 2025 22:14:39 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20Large=20symbols=20don=E2=80=99t?= =?UTF-8?q?=20appear=20to=20be=20required?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Mac/AppAssets.swift | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Mac/AppAssets.swift b/Mac/AppAssets.swift index 7d34bc9fb..cefbe0423 100644 --- a/Mac/AppAssets.swift +++ b/Mac/AppAssets.swift @@ -262,22 +262,18 @@ struct AppAssets { static var swipeMarkReadImage: RSImage = { return RSImage(systemSymbolName: "circle", accessibilityDescription: "Mark Read")! - .withSymbolConfiguration(.init(scale: .large))! }() static var swipeMarkUnreadImage: RSImage = { return RSImage(systemSymbolName: "largecircle.fill.circle", accessibilityDescription: "Mark Unread")! - .withSymbolConfiguration(.init(scale: .large))! }() static var swipeMarkStarredImage: RSImage = { return RSImage(systemSymbolName: "star.fill", accessibilityDescription: "Star")! - .withSymbolConfiguration(.init(scale: .large))! }() static var swipeMarkUnstarredImage: RSImage = { return RSImage(systemSymbolName: "star", accessibilityDescription: "Unstar")! - .withSymbolConfiguration(.init(scale: .large))! }() static var starColor: NSColor = {