diff --git a/src/app/editor/master_editor.cc b/src/app/editor/master_editor.cc index 5f629aaa..7e8a7406 100644 --- a/src/app/editor/master_editor.cc +++ b/src/app/editor/master_editor.cc @@ -382,6 +382,8 @@ void MasterEditor::DrawFileMenu() { ImGui::EndMenu(); } + Checkbox("Use built-in file dialog", + &mutable_flags()->kNewFileDialogWrapper); Checkbox("Enable Console Logging", &mutable_flags()->kLogToConsole); Checkbox("Enable Texture Streaming", &mutable_flags()->kLoadTexturesAsStreaming);