Переход на новые либы и ссылки к репозиториям #4

This commit is contained in:
Igor Timofeev 2018-05-19 01:15:10 +03:00
parent 55f8c8b770
commit d4ef7ad319
2 changed files with 7 additions and 2 deletions

4
OS.lua
View File

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

View File

@ -1,3 +1,8 @@
About
=======
Инструкция по установке MineOS:
-----------------------------------------------------------