mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
add find action
This commit is contained in:
parent
80f7451cdc
commit
b56b36cb41
6 changed files with 94 additions and 0 deletions
|
|
@ -25,6 +25,15 @@ impl Menu {
|
|||
)),
|
||||
);
|
||||
|
||||
main.append(
|
||||
Some("Find.."),
|
||||
Some(&format!(
|
||||
"{}.{}",
|
||||
window_action.id,
|
||||
window_action.find.simple_action.name()
|
||||
)),
|
||||
);
|
||||
|
||||
main.append(
|
||||
Some("Save as.."),
|
||||
Some(&format!(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue