mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Moves image to app assets
This commit is contained in:
@@ -54,6 +54,10 @@ struct AppAssets {
|
||||
static var accountTheOldReaderImage: UIImage = {
|
||||
return UIImage(named: "accountTheOldReader")!
|
||||
}()
|
||||
|
||||
static var appBadgeImage: UIImage = {
|
||||
return UIImage(systemName: "app.badge")!
|
||||
}()
|
||||
|
||||
static var articleExtractorError: UIImage = {
|
||||
return UIImage(named: "articleExtractorError")!
|
||||
|
||||
@@ -85,7 +85,7 @@ class NotificationsViewController: UIViewController {
|
||||
children: [
|
||||
UIAction(
|
||||
title: NSLocalizedString("Show Feeds with Notifications Enabled", comment: "Feeds with Notifications"),
|
||||
image: UIImage(systemName: "app.badge"),
|
||||
image: AppAssets.appBadgeImage,
|
||||
identifier: nil,
|
||||
discoverabilityTitle: nil,
|
||||
attributes: [],
|
||||
|
||||
Reference in New Issue
Block a user