Compare commits

..

No commits in common. "9cc085edf39830049b99349ab65b3a482182076b" and "90695eee406b7662afe470715b3d5ec81759a62b" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ if teverse.dev.localTevGit then
}) })
elseif _TEV_VERSION_PATCH and _TEV_VERSION_PATCH >= 12 then elseif _TEV_VERSION_PATCH and _TEV_VERSION_PATCH >= 12 then
teverse.input:on("keyUp", function(key) teverse.input:on("keyUp", function(key)
if key == "KEY_F1" and not teverse.dev.localTevGit and teverse.input:isKeyDown("KEY_LSHIFT") then if key == "KEY_F1" and not teverse.dev.localTevGit then
teverse.dev:promptTevGit() teverse.dev:promptTevGit()
end end
end) end)