From 3a604892a351ea4ba26052f00db3f90f3a92b162 Mon Sep 17 00:00:00 2001 From: ZouJin Date: Tue, 27 Aug 2024 13:48:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E8=AE=BE=E7=BD=AE=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E6=8F=90=E7=A4=BA=E7=AD=89=E5=BE=85=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- VPet-Simulator.Windows/WinDesign/winGameSetting.xaml.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/VPet-Simulator.Windows/WinDesign/winGameSetting.xaml.cs b/VPet-Simulator.Windows/WinDesign/winGameSetting.xaml.cs index c983fad..5663c8c 100644 --- a/VPet-Simulator.Windows/WinDesign/winGameSetting.xaml.cs +++ b/VPet-Simulator.Windows/WinDesign/winGameSetting.xaml.cs @@ -271,6 +271,9 @@ namespace VPet_Simulator.Windows AllowChange = true; UpdateMoveAreaText(); + + ToolTipService.SetInitialShowDelay(runMODGameVerInfo, 0); + } public List ListMenuItems = new List(); private void tb_seach_menu_textchange(object sender, TextChangedEventArgs e)