|
@@ -673,6 +673,7 @@ extension KMMainViewController {
|
|
readAlertView?.removeFromSuperview()
|
|
readAlertView?.removeFromSuperview()
|
|
}
|
|
}
|
|
readAlertView = CustomAlertView.alertView(message: NSLocalizedString("Read Mode On", comment: ""), fromView: self.view, withStyle: .blue, backgroundColor: NSColor.km_init(hex: "#36383B"))
|
|
readAlertView = CustomAlertView.alertView(message: NSLocalizedString("Read Mode On", comment: ""), fromView: self.view, withStyle: .blue, backgroundColor: NSColor.km_init(hex: "#36383B"))
|
|
|
|
+ self.updateAITipViewShowState()
|
|
}
|
|
}
|
|
|
|
|
|
@objc func closeReadModel() {
|
|
@objc func closeReadModel() {
|
|
@@ -726,6 +727,7 @@ extension KMMainViewController {
|
|
readAlertView?.removeFromSuperview()
|
|
readAlertView?.removeFromSuperview()
|
|
}
|
|
}
|
|
readAlertView = CustomAlertView.alertView(message: NSLocalizedString("Read Mode Off", comment: ""), fromView: self.view, withStyle: .blue, backgroundColor: NSColor.km_init(hex: "#36383B"))
|
|
readAlertView = CustomAlertView.alertView(message: NSLocalizedString("Read Mode Off", comment: ""), fromView: self.view, withStyle: .blue, backgroundColor: NSColor.km_init(hex: "#36383B"))
|
|
|
|
+ self.updateAITipViewShowState()
|
|
}
|
|
}
|
|
|
|
|
|
@objc func addOutLineItemAction() {
|
|
@objc func addOutLineItemAction() {
|