More GUI work
This commit is contained in:
@@ -68,7 +68,8 @@ SettingsWindow::SettingsWindow() : settings{JSONOpenOrCreate("resources/settings
|
||||
|
||||
ImGui::SameLine();
|
||||
|
||||
if(cancel.render()) {
|
||||
if(ImGui::Button("Cancel")) {
|
||||
popup.setOpened(false);
|
||||
ImGui::CloseCurrentPopup();
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user