Skip to content

Commit ff8f378

Browse files
authored
feat(profile): nicer threshold prompt (#210)
1 parent dc03fa1 commit ff8f378

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/lazy/view/init.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ function M.create()
8585
self:on_key(ViewConfig.keys.profile_filter, function()
8686
if self.state.mode == "profile" then
8787
vim.ui.input({
88-
prompt = "Enter time threshold in ms, like 0.5",
88+
prompt = "Enter time threshold in ms: ",
8989
default = tostring(self.state.profile.threshold),
9090
}, function(input)
9191
if not input then

0 commit comments

Comments
 (0)