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.
2 parents b7b0459 + c2d3a05 commit 067721bCopy full SHA for 067721b
editor/gui/editor_run_bar.cpp
@@ -610,9 +610,6 @@ EditorRunBar::EditorRunBar() {
610
run_native = memnew(EditorRunNative);
611
main_hbox->add_child(run_native);
612
run_native->connect("native_run", callable_mp(this, &EditorRunBar::_run_native));
613
-#ifdef ANDROID_ENABLED
614
- run_native->hide();
615
-#endif
616
617
bool add_play_xr_mode_options = false;
618
#ifndef XR_DISABLED
0 commit comments