From d4ef7ad319c3b68882d24428d658122e23abaab0 Mon Sep 17 00:00:00 2001 From: Igor Timofeev Date: Sat, 19 May 2018 01:15:10 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=B5=D1=80=D0=B5=D1=85=D0=BE=D0=B4=20?= =?UTF-8?q?=D0=BD=D0=B0=20=D0=BD=D0=BE=D0=B2=D1=8B=D0=B5=20=D0=BB=D0=B8?= =?UTF-8?q?=D0=B1=D1=8B=20=D0=B8=20=D1=81=D1=81=D1=8B=D0=BB=D0=BA=D0=B8=20?= =?UTF-8?q?=D0=BA=20=D1=80=D0=B5=D0=BF=D0=BE=D0=B7=D0=B8=D1=82=D0=BE=D1=80?= =?UTF-8?q?=D0=B8=D1=8F=D0=BC=20#4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- OS.lua | 4 ++-- README.md | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/OS.lua b/OS.lua index 0168d797..3ec5f984 100755 --- a/OS.lua +++ b/OS.lua @@ -871,8 +871,8 @@ local function createOSWidgets() MineOSCore.properties.transparencyEnabled = switch.state MineOSCore.saveProperties() MineOSInterface.mainContainer.menu.colors.transparency = MineOSCore.properties.transparencyEnabled and menuTransparency - container.panel.colors.background = switch.state and 0x0 or (MineOSCore.properties.backgroundColor) - container.panel.colors.transparency = switch.state and 0.2 + container.panel.colors.background = switch.state and GUI.BACKGROUND_CONTAINER_PANEL_COLOR or (MineOSCore.properties.backgroundColor) + container.panel.colors.transparency = switch.state and GUI.BACKGROUND_CONTAINER_PANEL_TRANSPARENCY MineOSInterface.mainContainer:drawOnScreen() end diff --git a/README.md b/README.md index 12344739..e4c6b2b6 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ +About +======= + + + Инструкция по установке MineOS: -----------------------------------------------------------