Open the appropriate settings tab
This commit is contained in:
@@ -97,7 +97,7 @@ public sealed unsafe class SynthHelper : Window, IDisposable
|
||||
{
|
||||
Icon = FontAwesomeIcon.Cog,
|
||||
IconOffset = new(2.5f, 1),
|
||||
Click = _ => Service.Plugin.OpenSettingsWindow(),
|
||||
Click = _ => Service.Plugin.OpenSettingsTab("Synthesis Helper"),
|
||||
ShowTooltip = () => ImGuiUtils.Tooltip("Open Craftimizer Settings")
|
||||
}
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user