diff --git a/src/frontend/ImGuiImpl/PopupWindow.hpp b/src/frontend/ImGuiImpl/PopupWindow.hpp index 837fa276..f5bf5a1d 100644 --- a/src/frontend/ImGuiImpl/PopupWindow.hpp +++ b/src/frontend/ImGuiImpl/PopupWindow.hpp @@ -11,7 +11,7 @@ struct PopupWindow { exec = func; } - void setOpened(bool v) { opened = true; } + void setOpened(bool v) { opened = v; } bool render() { if(!opened)