Merge pull request #105636 from syntaxerror247/one-click-deploy
Hide `one-click deploy` button on Android and XR editor
This commit is contained in:
@ -593,6 +593,9 @@ 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
|
||||
|
||||
Reference in New Issue
Block a user