Settings widget mostly works
This commit is contained in:
@@ -65,6 +65,12 @@ SettingsWindow::SettingsWindow() : settings{JSONOpenOrCreate("resources/settings
|
||||
file << settings;
|
||||
file.close();
|
||||
}
|
||||
|
||||
ImGui::SameLine();
|
||||
|
||||
if(cancel.render()) {
|
||||
ImGui::CloseCurrentPopup();
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user