mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Change share sheet Open In Browser icon to match the rest in NetNewsWire. Fixes #3712
This commit is contained in:
@@ -17,7 +17,7 @@ class OpenInBrowserActivity: UIActivity {
|
||||
}
|
||||
|
||||
override var activityImage: UIImage? {
|
||||
return UIImage(systemName: "globe", withConfiguration: UIImage.SymbolConfiguration(pointSize: 20, weight: .regular))
|
||||
return AppAssets.safariImage
|
||||
}
|
||||
|
||||
override var activityType: UIActivity.ActivityType? {
|
||||
|
||||
Reference in New Issue
Block a user