Open the appropriate settings tab

This commit is contained in:
Asriel Camora
2024-07-03 15:32:42 -07:00
parent 43769d831a
commit 7520305824
5 changed files with 11 additions and 8 deletions
+1 -1
View File
@@ -140,7 +140,7 @@ public sealed unsafe class RecipeNote : Window, IDisposable
{
Icon = FontAwesomeIcon.Cog,
IconOffset = new(2.5f, 1),
Click = _ => Service.Plugin.OpenSettingsWindow(),
Click = _ => Service.Plugin.OpenSettingsTab("Crafting Log"),
ShowTooltip = () => ImGuiUtils.Tooltip("Open Craftimizer Settings")
}
];