Fix formatting
This commit is contained in:
parent
d33ac6ef81
commit
e52c7f6475
@ -1128,7 +1128,8 @@ void PlaylistView::ReloadSettings() {
|
||||
// set_background_image when it is not needed, as this will cause the fading
|
||||
// animation to start again. This also avoid to do useless
|
||||
// "force_background_redraw".
|
||||
if (background_initialized_ == false || background_image_filename != background_image_filename_ ||
|
||||
if (background_initialized_ == false ||
|
||||
background_image_filename != background_image_filename_ ||
|
||||
background_type != background_image_type_ ||
|
||||
blur_radius_ != blur_radius || opacity_level_ != opacity_level) {
|
||||
// Store background properties
|
||||
|
Loading…
x
Reference in New Issue
Block a user