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 3903188 commit 5b7bcb8Copy full SHA for 5b7bcb8
src/objects/sound/AudioExporter.cpp
@@ -130,6 +130,7 @@ void AudioExporter::drawObjectNodeGui( ImGuiEx::NodeCanvas& _nodeCanvas ){
130
if (ImGui::BeginMenu("CONFIG"))
131
{
132
133
+ drawObjectNodeConfig();
134
135
ImGui::EndMenu();
136
}
src/objects/video/VideoGrabber.cpp
@@ -351,6 +351,8 @@ void VideoGrabber::resetCameraSettings(int devID){
351
352
353
354
+ this->saveConfig(false);
355
+
356
needReset = false;
357
358
0 commit comments