Skip to content

Commit

Permalink
fix: user: enable "Configure auto login" menu item
Browse files Browse the repository at this point in the history
Co-authored-by: ZHANG Yuntian <[email protected]>
  • Loading branch information
CodeChenL and RadxaYuntian committed Sep 12, 2024
1 parent 736f158 commit c7a82ee
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/usr/lib/rsetup/tui/user/user.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,6 @@ __user() {
menu_init
menu_add __user_change_password "Change Password"
menu_add __user_change_hostname "Change Hostname"
if $DEBUG
then
menu_add __user_enable_auto_login "Enable Auto Login"
fi
menu_add __user_enable_auto_login "Configure auto login"
menu_show "User Settings"
}

0 comments on commit c7a82ee

Please sign in to comment.