2023-06-09 21:47:06 +08:00
parent 304f3484e3
commit 945329d109
6 changed files with 199 additions and 190 deletions

View File

@@ -28,7 +28,7 @@ using System.Windows.Forms;
using GrasscutterTools.Game;
using GrasscutterTools.Game.Gacha;
using GrasscutterTools.Properties;
using GrasscutterTools.Utils;
using Newtonsoft.Json;
namespace GrasscutterTools.Forms
@@ -259,6 +259,11 @@ namespace GrasscutterTools.Forms
#region - -
private void LnkCheckLatestBanners_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
{
UIUtil.OpenURL("https://github.com/Zhaokugua/Grasscutter_Banners");
}
private void InitCheckedListBoxs()
{
ListFallbackItems.BeginUpdate();
@@ -499,5 +504,6 @@ namespace GrasscutterTools.Forms
}
#endregion - -
}
}