mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
Unhide one-click deploy button on Android and XR editor.
This reverts commit eb5f1c3484.
This commit is contained in:
parent
db57f282fa
commit
c2d3a05a87
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