fix: 修复屏幕无法关闭

This commit is contained in:
niuzhix
2025-08-01 20:01:06 +08:00
parent bda3fae484
commit 2de567bee3
2 changed files with 2 additions and 1 deletions

View File

@@ -44,6 +44,7 @@ namespace CRSim.ScreenSimulator.Views
private void Close(object sender, MouseButtonEventArgs e)
{
Close();
}
}
}