diff --git a/Constant/RunTimeStatus.cs b/Constant/RunTimeStatus.cs index 8570c7d..82df63b 100644 --- a/Constant/RunTimeStatus.cs +++ b/Constant/RunTimeStatus.cs @@ -30,6 +30,11 @@ /// public static bool SHOW_RIGHT_BTN_MENU = false; + /// + /// 是否点击了面板功能按钮 + /// + public static bool APP_BTN_IS_DOWN = false; + /// /// 是否正在编辑菜单 /// diff --git a/MainWindow.xaml b/MainWindow.xaml index 833185e..851bb32 100644 --- a/MainWindow.xaml +++ b/MainWindow.xaml @@ -28,6 +28,7 @@ MouseEnter="MainWindow_MouseEnter" GotFocus="Window_GotFocus" Loaded="Window_Loaded" + xf:Animations.Primary="{xf:Animate BasedOn={StaticResource FadeInAndGrowHorizontally}, Event=Visibility}" > @@ -88,32 +89,34 @@