Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
fix: removed one option.
Browse files Browse the repository at this point in the history
  • Loading branch information
ArchiDog1998 committed May 16, 2023
1 parent 204b257 commit a337da6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion RotationSolver.Basic/Configuration/PluginConfiguration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@ public class PluginConfiguration : IPluginConfiguration
public float DistanceForMoving = 1.2f;
public int MaxPing = 300;

public bool ShowStatusWindow = false;
public bool AutoLoadCustomRotations = false;

public void Save()
Expand Down
2 changes: 0 additions & 2 deletions RotationSolver/Localization/Strings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,6 @@ internal partial class Strings
public string ConfigWindow_Params_LocationWrongTextDesc { get; set; } = "How do you want to be scolded if you have a positional error ?!";
public string ConfigWindow_Param_SayOutStateChanged { get; set; } = "Saying the state changes out";
public string ConfigWindow_Param_ShowInfoOnDtr { get; set; } = "Display plugin state on server info";
public string ConfigWindow_Param_ShowStatusWindow { get; set; } = "Display plugin state in a window.";

public string ConfigWindow_Param_ShowInfoOnToast { get; set; } = "Display plugin state on toast";
public string ConfigWindow_Param_NamePlateIconId { get; set; } = "Player's name plate icon id when state is on. Recommend 61435, 61437";
public string ConfigWindow_Param_Action { get; set; } = "Action";
Expand Down
3 changes: 0 additions & 3 deletions RotationSolver/UI/RotationConfigWindow_Param.cs
Original file line number Diff line number Diff line change
Expand Up @@ -237,9 +237,6 @@ private void DrawParamDisplay()
DrawCheckBox(LocalizationManager.RightLang.ConfigWindow_Param_ShowInfoOnDtr,
ref Service.Config.ShowInfoOnDtr, Service.Default.ShowInfoOnDtr);

DrawCheckBox(LocalizationManager.RightLang.ConfigWindow_Param_ShowStatusWindow,
ref Service.Config.ShowStatusWindow, Service.Default.ShowStatusWindow);

DrawCheckBox(LocalizationManager.RightLang.ConfigWindow_Param_ShowInfoOnToast,
ref Service.Config.ShowInfoOnToast, Service.Default.ShowInfoOnToast);

Expand Down

0 comments on commit a337da6

Please sign in to comment.