mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Customise prepareForReuse in ShareTableItemView
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
This commit is contained in:
parent
b6c247ba8d
commit
dda5ec295e
@ -12,4 +12,11 @@ class ShareTableItemView: NSTableCellView {
|
||||
@IBOutlet weak var label: NSTextField!
|
||||
@IBOutlet weak var copyLinkButton: NSButton!
|
||||
@IBOutlet weak var optionsButton: NSButton!
|
||||
|
||||
override func prepareForReuse() {
|
||||
typeImageView.image = nil
|
||||
label.stringValue = ""
|
||||
copyLinkButton.isHidden = false
|
||||
super.prepareForReuse()
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user