diff options
author | Hans de Goede <hdegoede@redhat.com> | 2020-02-18 22:38:06 +0100 |
---|---|---|
committer | Ray Strode <halfline@gmail.com> | 2020-03-10 14:21:36 +0000 |
commit | 559819694590e25ec7aef2dbc96a47765e1ba6c5 (patch) | |
tree | 4af1aacb50c3ddcf325925d609e6e1ed432919fc /themes/spinner | |
parent | 0c8b2f0ddac32fc516f47749c2359aedcbde216c (diff) |
themes: Drop UseFirmwareBackground=true from spinner/bgrt firmware-upgrade settings
The spinner theme should never have UseFirmwareBackground=true and in the
bgrt case we should not use it for modes which set a Title as the Title
location will conflict with the firmware background vendor logo.
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'themes/spinner')
-rw-r--r-- | themes/spinner/spinner.plymouth.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/themes/spinner/spinner.plymouth.in b/themes/spinner/spinner.plymouth.in index 5e5078e8..f3abdab0 100644 --- a/themes/spinner/spinner.plymouth.in +++ b/themes/spinner/spinner.plymouth.in @@ -41,6 +41,5 @@ _SubTitle=Do not turn off your computer SuppressMessages=true ProgressBarShowPercentComplete=true UseProgressBar=true -UseFirmwareBackground=true _Title=Upgrading Firmware... _SubTitle=Do not turn off your computer |