diff --git a/Mac/AppAssets.swift b/Mac/AppAssets.swift
index 6051eba83..615dbbccd 100644
--- a/Mac/AppAssets.swift
+++ b/Mac/AppAssets.swift
@@ -45,6 +45,11 @@ struct AppAssets {
return RSImage(named: "accountNewsBlur")
}()
+ @available(macOS 10.16, *)
+ static var addNewSidebarItemImage: RSImage = {
+ return NSImage(systemSymbolName: "plus", accessibilityDescription: nil)!
+ }()
+
static var articleExtractor: RSImage! = {
return RSImage(named: "articleExtractor")
}()
diff --git a/Mac/Base.lproj/MainWindow.storyboard b/Mac/Base.lproj/MainWindow.storyboard
index 475dda607..9ae19c53f 100644
--- a/Mac/Base.lproj/MainWindow.storyboard
+++ b/Mac/Base.lproj/MainWindow.storyboard
@@ -276,8 +276,8 @@