Browse Source

其他-调整Debug 提示弹窗

ZhouJieSheng 1 year ago
parent
commit
e72885b511
1 changed files with 1 additions and 1 deletions
  1. 1 1
      PDF Office/App.xaml.cs

+ 1 - 1
PDF Office/App.xaml.cs

@@ -288,7 +288,7 @@ namespace PDF_Master
 
             if(!LicenseVerify())
             {
-#if !Debug
+#if !DEBUG
                 //部分人员没有转档库密钥,为避免弹窗影响正常的功能开发、调试。本弹窗仅在Release模式下弹出,用于正式包
                 System.Windows.Application.Current.Dispatcher.BeginInvoke(System.Windows.Threading.DispatcherPriority.Send, new Action(() =>
                 {