mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-28 12:12:20 +00:00
Merge pull request #566 from roramirez/flag-plymouth
splashscreen: remove flag not used into script plymouth
This commit is contained in:
commit
bb9caa4838
@ -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