Open the appropriate settings tab
This commit is contained in:
@@ -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")
|
||||
}
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user