Kaynağa Gözat

【综合】阅读模式不显示AI入口按钮处理

niehaoyu 11 ay önce
ebeveyn
işleme
f860baef79

+ 2 - 0
PDF Office/PDF Master/Class/PDFWindowController/ViewController/KMMainViewController+UI.swift

@@ -673,6 +673,7 @@ extension KMMainViewController {
             readAlertView?.removeFromSuperview()
         }
         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() {
@@ -726,6 +727,7 @@ extension KMMainViewController {
             readAlertView?.removeFromSuperview()
         }
         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() {