From ab6739f2868d35952d20a22b6d07c1ce27915bbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A7=8B=E6=B0=B4?= <1123993881@qq.com> Date: Wed, 17 May 2023 23:35:36 +0800 Subject: [PATCH] fix: addECommons. --- .gitmodules | 3 +++ RotationSolver/Localization/Localization.json | 1 - RotationSolver/RotationSolver.csproj | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .gitmodules diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 000000000..8f68facc7 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "ECommons"] + path = ECommons + url = https://github.com/NightmareXIV/ECommons.git \ No newline at end of file diff --git a/RotationSolver/Localization/Localization.json b/RotationSolver/Localization/Localization.json index 9c48fbdb5..86a4c197a 100644 --- a/RotationSolver/Localization/Localization.json +++ b/RotationSolver/Localization/Localization.json @@ -109,7 +109,6 @@ "ConfigWindow_Params_LocationWrongTextDesc": "How do you want to be scolded if you have a positional error ?!", "ConfigWindow_Param_SayOutStateChanged": "Saying the state changes out", "ConfigWindow_Param_ShowInfoOnDtr": "Display plugin state on server info", - "ConfigWindow_Param_ShowStatusWindow": "Display plugin state in a window.", "ConfigWindow_Param_ShowInfoOnToast": "Display plugin state on toast", "ConfigWindow_Param_NamePlateIconId": "Player's name plate icon id when state is on. Recommend 61435, 61437", "ConfigWindow_Param_Action": "Action", diff --git a/RotationSolver/RotationSolver.csproj b/RotationSolver/RotationSolver.csproj index a450de86a..4ad6ceea9 100644 --- a/RotationSolver/RotationSolver.csproj +++ b/RotationSolver/RotationSolver.csproj @@ -10,6 +10,7 @@ +