l4l: force update of output files if ...

lcd4linux is not running and display is changed in automatic mode
This commit is contained in:
GetAway
2019-01-20 16:28:50 +01:00
parent 84693c62e6
commit 9a8d5657f7
3 changed files with 17 additions and 3 deletions

View File

@@ -242,6 +242,9 @@ int CLCD4lSetup::show()
if (initlcd4l)
LCD4l->InitLCD4l();
if (g_settings.lcd4l_support == 1 ) // automatic
LCD4l->ForceRun();
return res;
}