mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2025-12-30 20:33:44 +01:00
Add a button to revert advanced customizations only to game state.
This commit is contained in:
parent
8b8f85dd85
commit
42aa4fb4a2
5 changed files with 134 additions and 70 deletions
|
|
@ -105,10 +105,7 @@ public class MainWindow : Window, IDisposable
|
|||
}
|
||||
|
||||
if (_config.ShowQuickBarInTabs)
|
||||
{
|
||||
ImGui.SetCursorPos(new Vector2(ImGui.GetWindowContentRegionMax().X - 10 * ImGui.GetFrameHeight(), yPos - ImGuiHelpers.GlobalScale));
|
||||
_quickBar.Draw();
|
||||
}
|
||||
_quickBar.DrawAtEnd(yPos);
|
||||
}
|
||||
|
||||
private ReadOnlySpan<byte> ToLabel(TabType type)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue