Next try to make the settings modal work
This commit is contained in:
@@ -48,6 +48,7 @@ KaizenGui::KaizenGui() noexcept : window("Kaizen", 1280, 720), core(std::make_sh
|
||||
actionStop,
|
||||
actionReset,
|
||||
{"Settings", [&]() {
|
||||
settingsWindow.popup.setOpened(true);
|
||||
settingsWindow.render();
|
||||
}},
|
||||
}});
|
||||
|
||||
Reference in New Issue
Block a user