From: Liza Carvelli Date: Sat, 22 Mar 2025 13:01:25 +0000 (+0100) Subject: [7.2] Remove RSR from setup window X-Git-Tag: v5.0~26 X-Git-Url: https://git.jacobcasper.com/?a=commitdiff_plain;h=aea9d17f321b92b4ec8cfef3eb71111d5563fb3f;p=Questionable.git [7.2] Remove RSR from setup window --- diff --git a/Questionable/Windows/OneTimeSetupWindow.cs b/Questionable/Windows/OneTimeSetupWindow.cs index 128a2f1a..5d4b864f 100644 --- a/Questionable/Windows/OneTimeSetupWindow.cs +++ b/Questionable/Windows/OneTimeSetupWindow.cs @@ -62,15 +62,6 @@ internal sealed class OneTimeSetupWindow : LWindow new Uri("https://github.com/PunishXIV/WrathCombo"), new Uri("https://puni.sh/api/plugins")) }, - { - Configuration.ECombatModule.RotationSolverReborn, - new("Rotation Solver Reborn", - "RotationSolver", - string.Empty, - new Uri("https://github.com/FFXIV-CombatReborn/RotationSolverReborn"), - new Uri( - "https://raw.githubusercontent.com/FFXIV-CombatReborn/CombatRebornRepo/main/pluginmaster.json")) - }, }.AsReadOnly(); private readonly IReadOnlyList _recommendedPlugins; @@ -152,7 +143,6 @@ internal sealed class OneTimeSetupWindow : LWindow DrawCombatPlugin(Configuration.ECombatModule.BossMod, checklistPadding); DrawCombatPlugin(Configuration.ECombatModule.WrathCombo, checklistPadding); - DrawCombatPlugin(Configuration.ECombatModule.RotationSolverReborn, checklistPadding); } ImGui.Spacing();