This commit is contained in:
Hakoyu 2023-08-31 16:59:19 +08:00
parent 529d556e20
commit 1d60633e53

View File

@ -65,6 +65,7 @@ public class ModMakerWindowVM
public void CreateNewMod()
{
ModInfoModel.Current = new();
// I18nHelper.Current = new();
ModEditWindow = new();
ModEditWindow.Show();