Revert "feat(gui): Enhance CPU panel with state management and GUI improvements"

This commit is contained in:
GloriousTacoo 2025-07-09 16:56:01 -04:00 committed by GitHub
parent 5b432dbb0c
commit f69c918186
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 307 additions and 345 deletions

View file

@ -14,10 +14,6 @@ namespace Pound::GUI
void ConsolePanel::Render()
{
if (!visible) {
return;
}
if (!ImGui::Begin(name.c_str(), &visible))
{
ImGui::End();