mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-07 18:58:01 +02:00
Merge branch 'master' into 'master'
Use the correct key name for title and subtitle See merge request plymouth/plymouth!119
This commit is contained in:
commit
6465e779c6
1 changed files with 2 additions and 2 deletions
|
|
@ -1009,8 +1009,8 @@ load_mode_settings (ply_boot_splash_plugin_t *plugin,
|
|||
if (settings->use_firmware_background)
|
||||
plugin->use_firmware_background = true;
|
||||
|
||||
settings->title = ply_key_file_get_value (key_file, group_name, "_Title");
|
||||
settings->subtitle = ply_key_file_get_value (key_file, group_name, "_SubTitle");
|
||||
settings->title = ply_key_file_get_value (key_file, group_name, "Title");
|
||||
settings->subtitle = ply_key_file_get_value (key_file, group_name, "SubTitle");
|
||||
}
|
||||
|
||||
static ply_boot_splash_plugin_t *
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue