mirror of
https://github.com/LorisYounger/VPet.ModMaker.git
synced 2024-08-30 18:22:21 +00:00
小更新
This commit is contained in:
parent
df0ac8ee50
commit
c75087bb8b
@ -121,7 +121,7 @@ public partial class ModEditWindow : Window
|
||||
window.TextBox_Likability.Text = oldFood.Likability.ToString();
|
||||
window.TextBox_Price.Text = oldFood.Price.ToString();
|
||||
window.TextBox_Exp.Text = oldFood.Exp.ToString();
|
||||
window.Button_AddFoodImage.Visibility = Visibility.Visible;
|
||||
window.Button_AddFoodImage.Visibility = Visibility.Hidden;
|
||||
window.Closed += (s, e) =>
|
||||
{
|
||||
if (s is not AddFoodWindow addFoodWindow)
|
||||
|
Loading…
Reference in New Issue
Block a user