Use the correct error asset.
This commit is contained in:
parent
e0bd520ef9
commit
40d5625bd6
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue