mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 19:05:46 -05:00
[displaymanager] Fix mismatch in spelling of "autologinUser"
In 4ffa79d4cf
, the spelling
was changed to consistently be "autoLoginUser" in the *users*
module, but that changed the Global Storage key as well,
and the *displaymanager* module wasn't changed to follow.
This commit is contained in:
parent
af282e092d
commit
42d00ffe38
1 changed files with 1 additions and 1 deletions
|
@ -954,7 +954,7 @@ def run():
|
||||||
else:
|
else:
|
||||||
enable_basic_setup = False
|
enable_basic_setup = False
|
||||||
|
|
||||||
username = libcalamares.globalstorage.value("autologinUser")
|
username = libcalamares.globalstorage.value("autoLoginUser")
|
||||||
if username is not None:
|
if username is not None:
|
||||||
do_autologin = True
|
do_autologin = True
|
||||||
libcalamares.utils.debug("Setting up autologin for user {!s}.".format(username))
|
libcalamares.utils.debug("Setting up autologin for user {!s}.".format(username))
|
||||||
|
|
Loading…
Add table
Reference in a new issue