diff --git a/Mac/Preferences/Accounts/AccountCell.swift b/Mac/Preferences/Accounts/AccountCell.swift index 80e0adf5d..7a1dbecef 100644 --- a/Mac/Preferences/Accounts/AccountCell.swift +++ b/Mac/Preferences/Accounts/AccountCell.swift @@ -14,6 +14,10 @@ class AccountCell: NSTableCellView { var isImageTemplateCapable = true + override func prepareForReuse() { + originalImage = nil + } + override var backgroundStyle: NSView.BackgroundStyle { didSet { updateImage()