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:
@@ -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