Use the correct error asset.

This commit is contained in:
Maurice Parker 2020-10-18 17:04:30 -05:00
parent e0bd520ef9
commit 40d5625bd6
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ class LegacyArticleExtractorButton: NSButton {
switch true { switch true {
case isError: case isError:
addImageSublayer(to: hostedLayer, image: AppAssets.articleExtractorError, opacity: opacity) addImageSublayer(to: hostedLayer, image: AppAssets.legacyArticleExtractorError, opacity: opacity)
case isInProgress: case isInProgress:
addAnimatedSublayer(to: hostedLayer) addAnimatedSublayer(to: hostedLayer)
default: default: