We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ae2f11 commit 8a7fa7bCopy full SHA for 8a7fa7b
GameFrameX.Utility/Setting/GlobalSettings.cs
@@ -83,7 +83,7 @@ public static void SetCurrentSetting(AppSetting setting)
83
{
84
if (CurrentSetting.IsNotNull())
85
86
- LogHelper.WarnConsole("当前设置已经存在,不能再次设置");
+ LogHelper.WarnConsole("当前设置已经存在,不能再次设置,已忽略本次设置");
87
return;
88
}
89
0 commit comments