Преглед на файлове

【会员系统】APPstore 版本代码兼容

wanjun преди 3 дни
родител
ревизия
b8075c0b92
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2 0
      PDF Office/PDF Master/Class/Purchase/DMG/Verification/KMVerificationMessageViewController.m

+ 2 - 0
PDF Office/PDF Master/Class/Purchase/DMG/Verification/KMVerificationMessageViewController.m

@@ -573,9 +573,11 @@ NSPopoverDelegate>
 }
 
 - (IBAction)officeButtonAction:(id)sender {
+#if VERSION_DMG
     DMGEmbeddedOldWC *embeddedWC = [DMGEmbeddedOldWC currentFirstTrialWC:@"com.brother.pdfreaderpro.mac.product_2"];
     [embeddedWC showWindow:nil];
     [embeddedWC.window center];
+#endif
 }
 
 - (NSAttributedString *)numberConvertColor:(NSColor*)color String:(NSString *)string {