From 91b13bbabce35446854e2dfde49e832b6caf43bf Mon Sep 17 00:00:00 2001 From: Igor Timofeev Date: Tue, 25 Aug 2015 00:13:29 +0300 Subject: [PATCH] Update OS.lua --- Applications/OS.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Applications/OS.lua b/Applications/OS.lua index 4dcdb2a4..0c79c217 100644 --- a/Applications/OS.lua +++ b/Applications/OS.lua @@ -566,7 +566,7 @@ end ------------------------------------------------------------------------------------------------------------------------ ecs.clearScreen() -if not launchConfigurator() then safeBiometry(); drawAll() end +if not launchConfigurator(true) then safeBiometry(); drawAll() end ------------------------------------------------------------------------------------------------------------------------