We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43828fc commit fea6c7eCopy full SHA for fea6c7e
1 file changed
src/mods/VR.cpp
@@ -2231,6 +2231,8 @@ void VR::on_draw_sidebar_entry(std::string_view name) {
2231
m_keybind_load_camera_0->draw("Load Camera 0 Key");
2232
m_keybind_load_camera_1->draw("Load Camera 1 Key");
2233
m_keybind_load_camera_2->draw("Load Camera 2 Key");
2234
+
2235
+ ImGui::TreePop();
2236
}
2237
2238
ImGui::SetNextItemOpen(true, ImGuiCond_::ImGuiCond_Once);
0 commit comments