mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-04-29 11:15:59 +02:00
afaef
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user