Так вроде бы посексуальней

This commit is contained in:
IgorTimofeev
2024-01-03 22:00:13 +03:00
parent c14fb02d11
commit e81da3e66e
2 changed files with 6 additions and 6 deletions

View File

@@ -1022,9 +1022,9 @@ local function iconOnRightClick(selectedIcons, icon, e1, e2, e3, e4)
if icon.path == paths.user.trash then
contextMenu:addItem("🗑", localization.emptyTrash).onTouch = emptyTrash
contextMenu:addItem("", localization.emptyTrash).onTouch = emptyTrash
else
contextMenu:addItem("🗑", localization.delete).onTouch = function()
contextMenu:addItem("", localization.delete).onTouch = function()
moveSelectedIconsToTrash(selectedIcons)
end
end
@@ -1040,7 +1040,7 @@ local function iconOnRightClick(selectedIcons, icon, e1, e2, e3, e4)
contextMenu:addSeparator()
contextMenu:addItem("👀", localization.properties).onTouch = function()
contextMenu:addItem("👁", localization.properties).onTouch = function()
for i = 1, #selectedIcons do
system.addPropertiesWindow(math.ceil(e3), math.ceil(e4), 46, selectedIcons[i])
end
@@ -2715,7 +2715,7 @@ function system.updateDesktop()
workspace:draw()
end
contextMenu:addItem("🗑️", localization.emptyTrash).onTouch = emptyTrash
contextMenu:addItem("", localization.emptyTrash).onTouch = emptyTrash
workspace:draw()
end