소스 검색

【fix】【页面显示】英文系统,不需要显示“Presentation”文字

tangchao 5 달 전
부모
커밋
4a17411769

+ 1 - 1
PDF Office/PDF Master/Class/PDFWindowController/Side/RightSide/AnnotationProperty/ViewController/PageDisplay/KMPageDisplayPropertiesViewController.swift

@@ -274,7 +274,7 @@ class KMPageDisplayPropertiesButton: NSButton {
             }
             }
         }
         }
 
 
-        let buttonArray1: [NSButton] = [singlePageButton, twoPagesButton, coverPageButton, readModeButton]
+        let buttonArray1: [NSButton] = [singlePageButton, twoPagesButton, coverPageButton, readModeButton, pretationButton]
         for button in buttonArray1 {
         for button in buttonArray1 {
             button.wantsLayer = true
             button.wantsLayer = true
             button.layer?.cornerRadius = 6.0
             button.layer?.cornerRadius = 6.0