mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 19:53:36 +00:00
splashscreen: remove flag not used into script plymouth
This commit is contained in:
parent
78aa2b491c
commit
3c11c3fc16
@ -8,8 +8,6 @@ image_height = theme_image.GetHeight();
|
||||
scale_x = image_width / screen_width;
|
||||
scale_y = image_height / screen_height;
|
||||
|
||||
flag = 1;
|
||||
|
||||
if (scale_x > 1 || scale_y > 1)
|
||||
{
|
||||
if (scale_x > scale_y)
|
||||
|
Loading…
x
Reference in New Issue
Block a user