Merge pull request #107378 from dsnopek/revert-hide-remote-debug-on-android-editor
Unhide `one-click deploy` button on Android and XR editor.
This commit is contained in:
commit
067721b11a
1 changed files with 0 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue