Skip to content

Commit

Permalink
Make hint uppercase
Browse files Browse the repository at this point in the history
  • Loading branch information
natural-harmonia-gropius committed Oct 2, 2024
1 parent b3c3f60 commit 95cf38d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions recentmenu.lua
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,7 @@ function on_load()
else
hint = extension .. " | " .. hint
end
hint = hint:upper()
current_item = { path, title, hint }
append_item(unpack(current_item))
end
Expand Down

0 comments on commit 95cf38d

Please sign in to comment.