From 2d7a7f25cbd4b2ecdd326b8254eb94566d91e198 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Mon, 8 Sep 2025 22:09:42 +0200 Subject: Keep the original images --- QSDeliciousPlugIn_Source.m | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'QSDeliciousPlugIn_Source.m') diff --git a/QSDeliciousPlugIn_Source.m b/QSDeliciousPlugIn_Source.m index 49526e1..e864514 100644 --- a/QSDeliciousPlugIn_Source.m +++ b/QSDeliciousPlugIn_Source.m @@ -285,14 +285,8 @@ #pragma mark - Object Handler Methods - (void)setQuickIconForObject:(QSObject *)object { - if (@available(macOS 11.0, *)) { - NSImage *image = [NSImage imageWithSystemSymbolName:@"tag" - accessibilityDescription:@"Bookmark"]; - [object setIcon:image]; - } else { - [object setIcon:[[NSBundle bundleForClass:[self class]] - imageNamed:@"bookmark_icon"]]; - } + [object setIcon:[[NSBundle bundleForClass:[self class]] + imageNamed:@"bookmark_icon"]]; } // All our objects will have children. URLs will have tags, and tags will have -- cgit