Skip to content

Commit

Permalink
console.lua: complete clipboard/text
Browse files Browse the repository at this point in the history
  • Loading branch information
guidocella authored and kasper93 committed Dec 28, 2024
1 parent a0f8d27 commit 61aa820
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions player/lua/console.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1180,6 +1180,10 @@ local function property_list()
properties[#properties + 1] = 'current-tracks/' .. sub_property
end

for _, sub_property in pairs({'text'}) do
properties[#properties + 1] = 'clipboard/' .. sub_property
end

return properties
end

Expand Down

0 comments on commit 61aa820

Please sign in to comment.