mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2025-12-20 02:59:20 +01:00
Update Main.lua
This commit is contained in:
parent
501304daf2
commit
2e5344f4b5
@ -1321,7 +1321,7 @@ local function createEditOrRightClickMenu(menu)
|
||||
end
|
||||
|
||||
menu:addItem("⇲", localization.paste, not clipboard.history[1], "^V").onTouch = function()
|
||||
paste(clipboard.history[1])
|
||||
paste(clipboard.paste())
|
||||
end
|
||||
|
||||
menu:addSeparator()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user