♻️ 优化动画及部分样式

This commit is contained in:
liufei
2022-06-14 10:37:24 +08:00
parent 896dc26f11
commit 6e58afcdea
11 changed files with 65 additions and 28 deletions

View File

@@ -306,14 +306,6 @@ namespace GeekDesk.Control.UserControls.Config
}
}
private void Animation_Checked(object sender, RoutedEventArgs e)
{
if (MainWindow.mainWindow.Visibility == Visibility.Collapsed)
{
appConfig.IsShow = true;
}
appConfig.IsShow = null;
}
/// <summary>