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: -----------------------------------------------------------