Update OS.lua

This commit is contained in:
Igor Timofeev 2015-08-25 00:13:29 +03:00
parent 6174b5470f
commit 91b13bbabc

View File

@ -566,7 +566,7 @@ end
------------------------------------------------------------------------------------------------------------------------
ecs.clearScreen()
if not launchConfigurator() then safeBiometry(); drawAll() end
if not launchConfigurator(true) then safeBiometry(); drawAll() end
------------------------------------------------------------------------------------------------------------------------