Show placeholder text for pickers
This commit is contained in:
parent
08b84416d2
commit
0b231e58fd
19 changed files with 76 additions and 40 deletions
|
@ -70,7 +70,7 @@ impl CommandPalette {
|
|||
})
|
||||
.collect();
|
||||
|
||||
let picker = cx.add_view(|cx| Picker::new(this, cx));
|
||||
let picker = cx.add_view(|cx| Picker::new("Execute a command...", this, cx));
|
||||
Self {
|
||||
picker,
|
||||
actions,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue