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

Commit

Permalink
remove rotations button
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaksuhn committed Jan 12, 2024
1 parent 6b32080 commit 5487af2
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 18 deletions.
2 changes: 1 addition & 1 deletion RotationSolver.Basic/Service.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace RotationSolver.Basic;

internal class Service : IDisposable
{
public const string COMMAND = "/rotation", USERNAME = "ArchiDog1998", REPO = "RotationSolver";
public const string COMMAND = "/rotation", USERNAME = "croizat", REPO = "RotationSolver";

// From https://GitHub.com/PunishXIV/Orbwalker/blame/master/Orbwalker/Memory.cs#L85-L87
[Signature("F3 0F 10 05 ?? ?? ?? ?? 0F 2E C6 0F 8A", ScanType = ScanType.StaticAddress, Fallibility = Fallibility.Infallible)]
Expand Down
1 change: 0 additions & 1 deletion RotationSolver/Localization/Localization.json
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,6 @@
"ConfigWindow_About_Clicking500k": "You're tiring RS out, give it a break!",
"ConfigWindow_About_ThanksToSupporters": "Many thanks to the sponsors.",
"ConfigWindow_Rotations_Download": "Download Rotations",
"ConfigWindow_Rotations_Links": "Links of the rotations online",
"ConfigWindow_Options_ForcedEnableCondition": "Use Forced Enable Condition",
"ConfigWindow_Options_ForcedEnableConditionDesc": "The conditions of forced to make it true.",
"ConfigWindow_Options_ForcedDisableCondition": "Use Forced Disable Condition",
Expand Down
1 change: 0 additions & 1 deletion RotationSolver/Localization/Strings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -805,7 +805,6 @@ internal class Strings

public string ConfigWindow_About_ThanksToSupporters { get; set; } = "Many thanks to the sponsors.";
public string ConfigWindow_Rotations_Download { get; set; } = "Download Rotations";
public string ConfigWindow_Rotations_Links { get; set; } = "Links of the rotations online";
public string ConfigWindow_Options_ForcedEnableCondition { get; set; } = "Use Forced Enable Condition";
public string ConfigWindow_Options_ForcedEnableConditionDesc { get; set; } = "The conditions of forced to make it true.";

Expand Down
1 change: 0 additions & 1 deletion RotationSolver/Localization/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,6 @@
"ConfigWindow_About_Clicking500k": "You're tiring RS out, give it a break!",
"ConfigWindow_About_ThanksToSupporters": "Many thanks to the sponsors.",
"ConfigWindow_Rotations_Download": "Download Rotations",
"ConfigWindow_Rotations_Links": "Links of the rotations online",
"ConfigWindow_Options_ForcedEnableCondition": "Use Forced Enable Condition",
"ConfigWindow_Options_ForcedEnableConditionDesc": "The conditions of forced to make it true.",
"ConfigWindow_Options_ForcedDisableCondition": "Use Forced Disable Condition",
Expand Down
1 change: 0 additions & 1 deletion RotationSolver/Localization/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,6 @@
"ConfigWindow_About_Clicking500k": "You're tiring RS out, give it a break!",
"ConfigWindow_About_ThanksToSupporters": "Many thanks to the sponsors.",
"ConfigWindow_Rotations_Download": "Download Rotations",
"ConfigWindow_Rotations_Links": "Links of the rotations online",
"ConfigWindow_Options_ForcedEnableCondition": "Use Forced Enable Condition",
"ConfigWindow_Options_ForcedEnableConditionDesc": "The conditions of forced to make it true.",
"ConfigWindow_Options_ForcedDisableCondition": "Use Forced Disable Condition",
Expand Down
1 change: 0 additions & 1 deletion RotationSolver/Localization/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,6 @@
"ConfigWindow_About_Clicking500k": "You're tiring RS out, give it a break!",
"ConfigWindow_About_ThanksToSupporters": "Many thanks to the sponsors.",
"ConfigWindow_Rotations_Download": "Download Rotations",
"ConfigWindow_Rotations_Links": "Links of the rotations online",
"ConfigWindow_Options_ForcedEnableCondition": "Use Forced Enable Condition",
"ConfigWindow_Options_ForcedEnableConditionDesc": "The conditions of forced to make it true.",
"ConfigWindow_Options_ForcedDisableCondition": "Use Forced Disable Condition",
Expand Down
1 change: 0 additions & 1 deletion RotationSolver/Localization/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,6 @@
"ConfigWindow_About_Clicking500k": "You're tiring RS out, give it a break!",
"ConfigWindow_About_ThanksToSupporters": "Many thanks to the sponsors.",
"ConfigWindow_Rotations_Download": "ローテーションをダウンロード",
"ConfigWindow_Rotations_Links": "Links of the rotations online",
"ConfigWindow_Options_ForcedEnableCondition": "Use Forced Enable Condition",
"ConfigWindow_Options_ForcedEnableConditionDesc": "The conditions of forced to make it true.",
"ConfigWindow_Options_ForcedDisableCondition": "Use Forced Disable Condition",
Expand Down
1 change: 0 additions & 1 deletion RotationSolver/Localization/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,6 @@
"ConfigWindow_About_Clicking500k": "You're tiring RS out, give it a break!",
"ConfigWindow_About_ThanksToSupporters": "Many thanks to the sponsors.",
"ConfigWindow_Rotations_Download": "Download Rotations",
"ConfigWindow_Rotations_Links": "Links of the rotations online",
"ConfigWindow_Options_ForcedEnableCondition": "Use Forced Enable Condition",
"ConfigWindow_Options_ForcedEnableConditionDesc": "The conditions of forced to make it true.",
"ConfigWindow_Options_ForcedDisableCondition": "Use Forced Disable Condition",
Expand Down
10 changes: 0 additions & 10 deletions RotationSolver/UI/RotationConfigWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1534,16 +1534,6 @@ private static void DrawRotations()
}
}, width, textWidth);

text = LocalizationManager.RightLang.ConfigWindow_Rotations_Links;
textWidth = ImGuiHelpers.GetButtonSize(text).X;
ImGuiHelper.DrawItemMiddle(() =>
{
if (ImGui.Button(text))
{
Util.OpenLink($"https://github.com/{Service.USERNAME}/{Service.REPO}/blob/main/RotationsLink.md");
}
}, width, textWidth);

_rotationsHeader?.Draw();
}
private static readonly CollapsingHeaderGroup _rotationsHeader = new(new()
Expand Down

0 comments on commit 5487af2

Please sign in to comment.