From 14da6fef68b425ef76521f449ee3df740637702e Mon Sep 17 00:00:00 2001 From: Lean Mendoza Date: Fri, 27 Sep 2024 08:23:14 -0300 Subject: [PATCH] fix: sign in - hide magic option (#452) --- godot/export_presets.cfg | 2 +- godot/src/ui/components/auth/lobby.tscn | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/godot/export_presets.cfg b/godot/export_presets.cfg index c1e25274..f87ccb9d 100644 --- a/godot/export_presets.cfg +++ b/godot/export_presets.cfg @@ -234,7 +234,7 @@ architectures/armeabi-v7a=false architectures/arm64-v8a=true architectures/x86=false architectures/x86_64=true -version/code=11 +version/code=12 version/name="1.0" package/unique_name="org.decentraland.godotexplorer" package/name="Decentraland" diff --git a/godot/src/ui/components/auth/lobby.tscn b/godot/src/ui/components/auth/lobby.tscn index cf53c180..599580f9 100644 --- a/godot/src/ui/components/auth/lobby.tscn +++ b/godot/src/ui/components/auth/lobby.tscn @@ -431,6 +431,7 @@ layout_mode = 2 [node name="MagicLogin" parent="Main/SignIn/VBoxContainer/VBoxContainer_SignInStep1" instance=ExtResource("14_a8lfo")] unique_name_in_owner = true +visible = false layout_mode = 2 [node name="Button_OpenBrowser" type="Button" parent="Main/SignIn/VBoxContainer/VBoxContainer_SignInStep1"] @@ -441,7 +442,7 @@ focus_mode = 0 theme_override_constants/icon_max_width = 24 theme_override_fonts/font = ExtResource("4_ghcwt") theme_override_font_sizes/font_size = 18 -text = "BROWSER MULTILOGIN (LEGACY)" +text = "SIGN IN" icon_alignment = 2 [node name="HSeparator4" type="HSeparator" parent="Main/SignIn/VBoxContainer/VBoxContainer_SignInStep1"]