From 2c1971a1e12bab8d3947ab69859c0c69ffebf322 Mon Sep 17 00:00:00 2001 From: Igor Timofeev Date: Mon, 25 Apr 2016 10:19:29 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B3=D1=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Applications/init.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Applications/init.lua b/Applications/init.lua index 62f2f3b4..acf50639 100644 --- a/Applications/init.lua +++ b/Applications/init.lua @@ -173,14 +173,14 @@ do ecs.loadOSSettings() _G._OSLANGUAGE = _G.OSSettings.language - -- Выставляем адекватный масштаб монитора - ecs.setScale(1) - -- Завершаем работу с инициализацией os.sleep(0.5) -- Allow signal processing by libraries. require("computer").pushSignal("init") os.sleep(0.1) -- Allow init processing. runlevel = 1 + + -- Выставляем адекватный масштаб монитора + ecs.setScale(1) end while true do