Skip to content

Commit

Permalink
注释笔误
Browse files Browse the repository at this point in the history
  • Loading branch information
Open-KFC committed Mar 3, 2025
1 parent 8ba8fca commit 8891e02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Plain Craft Launcher 2/Modules/Minecraft/ModMod.vb
Original file line number Diff line number Diff line change
Expand Up @@ -1135,7 +1135,7 @@ Finished:
Next
WriteFile(PathTemp & "Cache\LocalMod.json", Cache.ToString(If(ModeDebug, Newtonsoft.Json.Formatting.Indented, Newtonsoft.Json.Formatting.None)))
'刷新边栏
RunInUi(Sub() FrmVersionMod?.RefreshUI()) '调用RefreshUI而不是RefreshBar以确保当前列表视图中的模组条目被同步 ()
RunInUi(Sub() FrmVersionMod?.RefreshUI()) '调用RefreshUI而不是RefreshBars以确保当前列表视图中的模组条目被同步 ()
End Sub
Public Function GetTargetModLoaders() As List(Of CompModLoaderType)
Dim ModLoaders As New List(Of CompModLoaderType)
Expand Down

0 comments on commit 8891e02

Please sign in to comment.