Next try to make the settings modal work

This commit is contained in:
SimoZ64
2025-05-22 23:39:05 +02:00
parent ca21e57835
commit 1de29dd76d
5 changed files with 10 additions and 5 deletions

View File

@@ -48,6 +48,7 @@ KaizenGui::KaizenGui() noexcept : window("Kaizen", 1280, 720), core(std::make_sh
actionStop,
actionReset,
{"Settings", [&]() {
settingsWindow.popup.setOpened(true);
settingsWindow.render();
}},
}});