mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-21 12:55:22 +00:00
splashscreen: remove flag not used into script plymouth
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user