diff --git a/Sinvo.EplanHpD.Plugin.WPFUI/View/MainWindow.xaml b/Sinvo.EplanHpD.Plugin.WPFUI/View/MainWindow.xaml
index b3c5a27..779657b 100644
--- a/Sinvo.EplanHpD.Plugin.WPFUI/View/MainWindow.xaml
+++ b/Sinvo.EplanHpD.Plugin.WPFUI/View/MainWindow.xaml
@@ -100,7 +100,9 @@
Margin="2"
Content="是否使用变色套"
FontSize="14"
- IsChecked="{Binding IsUseDiscoloration}" />
+ IsChecked="{Binding IsUseDiscoloration}"
+ IsEnabled="False"
+ ToolTip="默认将会检查变色套信息" />
@@ -233,6 +235,8 @@
+
+