mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-02-04 04:47:52 +01:00
Fixed crash as a result of mismatched asset name
This commit is contained in:
parent
2ed0d66e42
commit
03f28a4d98
@ -69,7 +69,7 @@ struct AppAssets {
|
||||
}()
|
||||
|
||||
static var faviconTemplateImage: RSImage = {
|
||||
return RSImage(named: "FaviconTemplateImage")!
|
||||
return RSImage(named: "faviconTemplateImage")!
|
||||
}()
|
||||
|
||||
static var settingsImage: Image = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user