mirror of
https://github.com/LorisYounger/VPet.git
synced 2024-08-30 18:42:36 +00:00
为切换语言添加重启按钮 fix #378
This commit is contained in:
parent
210d2abf91
commit
d9fd471f81
@ -1409,6 +1409,8 @@ namespace VPet_Simulator.Windows
|
||||
return;
|
||||
mw.Set.SetLanguage((string)LanguageBox.SelectedItem);
|
||||
TextBoxPetName.Text = mw.Core.Save.Name;
|
||||
ButtonRestartGraph.Visibility = Visibility.Visible;
|
||||
|
||||
}
|
||||
|
||||
private void MainTab_SelectionChanged(object sender, SelectionChangedEventArgs e)
|
||||
|
Loading…
Reference in New Issue
Block a user