mirror of
https://github.com/LorisYounger/VPet.git
synced 2024-08-30 18:42:36 +00:00
针对皮肤切换的优化提示
This commit is contained in:
parent
52e9695b93
commit
46bc7b609f
@ -1028,8 +1028,8 @@ namespace VPet_Simulator.Windows
|
||||
if (!AllowChange)
|
||||
return;
|
||||
|
||||
if (mw.PrefixSave == "")
|
||||
{
|
||||
if (mw.PrefixSave == "" && mw.Pets.Find(x => x.Name == mw.Set.PetGraph).PetName != mw.Pets[PetBox.SelectedIndex].PetName)
|
||||
{//多一个名称判断, 如果宠物名称一致,则切换皮肤不提示多开
|
||||
switch (MessageBoxX.Show("是否多开一个新的桌宠使用 {0} 皮肤\n各自存档独立保存,互不影响\n支持同时显示多个宠物".Translate(mw.Pets[PetBox.SelectedIndex].Name.Translate()),
|
||||
"是否多开".Translate(), MessageBoxButton.YesNoCancel))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user