Add a button to revert advanced customizations only to game state.

This commit is contained in:
Ottermandias 2024-01-17 15:21:29 +01:00
parent 8b8f85dd85
commit 42aa4fb4a2
5 changed files with 134 additions and 70 deletions

View file

@ -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)