mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-09-14 11:06:16 +05:00
afaef
This commit is contained in:
parent
2141cbf85d
commit
941b71c333
@ -517,7 +517,7 @@
|
||||
icon="IgorTimofeev/OpenComputers/master/Applications/MineCodeIDE/Icon.pic",
|
||||
createShortcut="dock",
|
||||
forceDownload=true,
|
||||
version=1.45,
|
||||
version=1.46,
|
||||
resources={
|
||||
{
|
||||
name="Localization/Russian.lang",
|
||||
|
||||
BIN
Applications/.DS_Store
vendored
BIN
Applications/.DS_Store
vendored
Binary file not shown.
@ -1385,6 +1385,8 @@ local function createWindow()
|
||||
if isClickedOnCodeArea(eventData[3], eventData[4]) then
|
||||
scroll(eventData[5], config.scrollSpeed)
|
||||
end
|
||||
elseif eventData[1] == "screen_resized" then
|
||||
changeScale(config.screenScale)
|
||||
elseif not eventData[1] then
|
||||
cursor.blinkState = not cursor.blinkState
|
||||
end
|
||||
|
||||
Loading…
Reference in New Issue
Block a user