mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-07 16:38:37 +02:00
two-step: Rename ScaleBackgroundWallpaper to ScaleBackgroundImage
This commit is contained in:
parent
18af314509
commit
fc25cfe93c
1 changed files with 1 additions and 1 deletions
|
|
@ -1112,7 +1112,7 @@ create_plugin (ply_key_file_t *key_file)
|
|||
free (image_path);
|
||||
|
||||
plugin->background_image_is_scaled =
|
||||
ply_key_file_get_bool (key_file, "two-step", "ScaleBackgroundWallpaper");
|
||||
ply_key_file_get_bool (key_file, "two-step", "ScaleBackgroundImage");
|
||||
|
||||
if (!ply_kernel_command_line_has_argument ("secure_boot.warn_if_disabled=false") &&
|
||||
!ply_is_secure_boot_enabled ()) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue