Skip to content

Commit

Permalink
fix: sign in - hide magic option (#452)
Browse files Browse the repository at this point in the history
  • Loading branch information
leanmendoza authored Sep 27, 2024
1 parent f715990 commit 14da6fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion godot/export_presets.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
3 changes: 2 additions & 1 deletion godot/src/ui/components/auth/lobby.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand All @@ -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"]
Expand Down

0 comments on commit 14da6fe

Please sign in to comment.