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
|
|
@ -36,6 +36,12 @@ impl Menu {
|
|||
window_action.reload.simple_action.name()
|
||||
)));
|
||||
|
||||
main_page.append(Some("Find.."), Some(&format!(
|
||||
"{}.{}",
|
||||
window_action.id,
|
||||
window_action.find.simple_action.name()
|
||||
)));
|
||||
|
||||
main_page.append(Some("Save as.."), Some(&format!(
|
||||
"{}.{}",
|
||||
window_action.id,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue