|
@@ -448,10 +448,18 @@ extension KMToolbarConfigModel {
|
|
|
// item?.toolTip = NSLocalizedString("Redact", comment: "")
|
|
|
item?.titleName = NSLocalizedString("Redact", comment: "")
|
|
|
item?.selectBackgroundType = .imageBox
|
|
|
- } else if identifier == KMDocumentDigitalSignToolbarItemIdentifier {
|
|
|
+ }
|
|
|
+// else if identifier == KMDocumentDigitalSignToolbarItemIdentifier {
|
|
|
+// item?.image = NSImage(named: "DigitalSign_icon")
|
|
|
+//// item?.toolTip = NSLocalizedString("Digital signature ensures the authenticity and integrity of digital files. Click and drag the cursor to create a signature field on the page.", comment: "")
|
|
|
+// item?.titleName = NSLocalizedString("Digital Sign", comment: "")
|
|
|
+// item?.selectBackgroundType = .imageBox
|
|
|
+// item?.boxImagePosition = .imageAbove
|
|
|
+// }
|
|
|
+ else if identifier == KMDocumentSignToolbarItemIdentifier {
|
|
|
item?.image = NSImage(named: "DigitalSign_icon")
|
|
|
// item?.toolTip = NSLocalizedString("Digital signature ensures the authenticity and integrity of digital files. Click and drag the cursor to create a signature field on the page.", comment: "")
|
|
|
- item?.titleName = NSLocalizedString("Digital Sign", comment: "")
|
|
|
+ item?.titleName = NSLocalizedString("Signature", comment: "")
|
|
|
item?.selectBackgroundType = .imageBox
|
|
|
item?.boxImagePosition = .imageAbove
|
|
|
} else if identifier == KMDocumentPreviousBackToolbarItemIdentifier {
|