feat(ui): toggle to show plugin URLs on home page

This commit is contained in:
Alexander Bays 2024-04-26 15:38:46 -05:00
commit f9d3365c5f
7 changed files with 51 additions and 6 deletions

View file

@ -43,6 +43,9 @@ M.commands = {
help = function()
View.show("help")
end,
locations = function()
View.urls()
end,
debug = function()
View.show("debug")
end,