|
@@ -338,11 +338,11 @@ enum KMAnnotationLinkType: UInt {
|
|
|
}
|
|
|
|
|
|
if urlRecord!.isEmpty {
|
|
|
- goButton.layer!.backgroundColor = KMAppearance.Interactive.m0Color().cgColor
|
|
|
- goButton.setTitleColor(KMAppearance.Layout.w0Color())
|
|
|
- } else {
|
|
|
goButton.layer!.backgroundColor = KMAppearance.Interactive.m0Color().withAlphaComponent(0.4).cgColor
|
|
|
goButton.setTitleColor(KMAppearance.Layout.w0Color().withAlphaComponent(0.4))
|
|
|
+ } else {
|
|
|
+ goButton.layer!.backgroundColor = KMAppearance.Interactive.m0Color().cgColor
|
|
|
+ goButton.setTitleColor(KMAppearance.Layout.w0Color())
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -493,7 +493,7 @@ enum KMAnnotationLinkType: UInt {
|
|
|
} else {
|
|
|
isGo = true
|
|
|
dexPage = Int(startPage!) ?? 0
|
|
|
- goButton.title = NSLocalizedString("Go", tableName: "MainMenu", comment: "")
|
|
|
+ goButton.title = NSLocalizedString("Go", comment: "")
|
|
|
}
|
|
|
|
|
|
goButton.setTitleColor(KMAppearance.Layout.w0Color())
|