去除设置版本提示等待时间

This commit is contained in:
ZouJin 2024-08-27 13:48:54 +08:00
parent 52d283470f
commit 3a604892a3

View File

@ -271,6 +271,9 @@ namespace VPet_Simulator.Windows
AllowChange = true;
UpdateMoveAreaText();
ToolTipService.SetInitialShowDelay(runMODGameVerInfo, 0);
}
public List<ListBoxItem> ListMenuItems = new List<ListBoxItem>();
private void tb_seach_menu_textchange(object sender, TextChangedEventArgs e)