From 2d72c6d44600ea32409cd3b6ff06f3d611a64fe2 Mon Sep 17 00:00:00 2001 From: wenjy Date: Wed, 12 Mar 2025 18:04:53 +0800 Subject: [PATCH] =?UTF-8?q?change=20-=20=E8=A7=A3=E5=86=B3=E5=86=B2?= =?UTF-8?q?=E7=AA=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SlnMesnac.WPF/App.xaml.cs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/SlnMesnac.WPF/App.xaml.cs b/SlnMesnac.WPF/App.xaml.cs index 54a2c0f..72661c5 100644 --- a/SlnMesnac.WPF/App.xaml.cs +++ b/SlnMesnac.WPF/App.xaml.cs @@ -151,9 +151,5 @@ namespace SlnMesnac.WPF e.Handled = true; } - - // 防止默认的崩溃行为 - e.Handled = true; - } } }