Browse Source

拖拽-提示显示问题

liyijie 1 year ago
parent
commit
e4dc44ee29

+ 1 - 1
PDF Office/Views/HomePanel/ChatGPTAI/ChatGPTAITranslationContent.xaml.cs

@@ -62,7 +62,7 @@ namespace PDF_Master.Views.HomePanel.ChatGPTAI
                                 return;
                             }
                             isFirst = true;
-                            viewModel.ErrorTipVisible = Visibility.Visible;
+                            viewModel.ErrorTipVisible = Visibility.Collapsed;
                             FileInfo fileInfo = new FileInfo(dropFile);
                             if ((((float)fileInfo.Length) / 1024 / 1024) > 10)
                             {