Improve title bar buttons
This commit is contained in:
@@ -100,9 +100,9 @@ public sealed unsafe class RecipeNote : Window, IDisposable
|
||||
new()
|
||||
{
|
||||
Icon = FontAwesomeIcon.Cog,
|
||||
IconOffset = new(2.5f, 1),
|
||||
IconOffset = new(2, 1),
|
||||
Click = _ => Service.Plugin.OpenSettingsTab("Crafting Log"),
|
||||
ShowTooltip = () => ImGuiUtils.Tooltip("Open Craftimizer Settings")
|
||||
ShowTooltip = () => ImGuiUtils.Tooltip("Open Settings")
|
||||
}
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user