Moves image to app assets

This commit is contained in:
Stuart Breckenridge
2022-02-04 13:27:59 +08:00
parent 5b5414c7a8
commit c71d06024c
2 changed files with 5 additions and 1 deletions

View File

@@ -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: [],