Skip to content

Commit

Permalink
lang: 完成 PageSetupLaunch
Browse files Browse the repository at this point in the history
  • Loading branch information
tangge233 committed Jul 7, 2024
1 parent 6b7e64b commit 5636eab
Show file tree
Hide file tree
Showing 6 changed files with 367 additions and 91 deletions.
4 changes: 2 additions & 2 deletions Plain Craft Launcher 2/Modules/Minecraft/ModJava.vb
Original file line number Diff line number Diff line change
Expand Up @@ -489,13 +489,13 @@ NoUserJava:
If FrmSetupLaunch IsNot Nothing Then
RunInUiWait(Sub()
FrmSetupLaunch.ComboArgumentJava.Items.Clear()
FrmSetupLaunch.ComboArgumentJava.Items.Add(New ComboBoxItem With {.Content = "加载中……", .IsSelected = True})
FrmSetupLaunch.ComboArgumentJava.Items.Add(New ComboBoxItem With {.Content = Application.Current.FindResource("LangPageSetupLaunchLaunchJavaLoading"), .IsSelected = True})
End Sub)
End If
If FrmVersionSetup IsNot Nothing Then
RunInUiWait(Sub()
FrmVersionSetup.ComboArgumentJava.Items.Clear()
FrmVersionSetup.ComboArgumentJava.Items.Add(New ComboBoxItem With {.Content = "加载中……", .IsSelected = True})
FrmVersionSetup.ComboArgumentJava.Items.Add(New ComboBoxItem With {.Content = Application.Current.FindResource("LangPageSetupLaunchLaunchJavaLoading"), .IsSelected = True})
End Sub)
End If

Expand Down
Loading

0 comments on commit 5636eab

Please sign in to comment.