Просмотр исходного кода

Unhide `one-click deploy` button on Android and XR editor.

This reverts commit eb5f1c34840972a6fe9ec3e7d0b043accbb9aa2b.
David Snopek 2 месяцев назад
Родитель
Сommit
c2d3a05a87
1 измененных файлов с 0 добавлено и 3 удалено
  1. 0 3
      editor/gui/editor_run_bar.cpp

+ 0 - 3
editor/gui/editor_run_bar.cpp

@@ -610,9 +610,6 @@ EditorRunBar::EditorRunBar() {
 	run_native = memnew(EditorRunNative);
 	main_hbox->add_child(run_native);
 	run_native->connect("native_run", callable_mp(this, &EditorRunBar::_run_native));
-#ifdef ANDROID_ENABLED
-	run_native->hide();
-#endif
 
 	bool add_play_xr_mode_options = false;
 #ifndef XR_DISABLED