mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
implement save as.. menu item
This commit is contained in:
parent
6f038539d6
commit
17985d9a7b
8 changed files with 142 additions and 34 deletions
|
|
@ -81,6 +81,11 @@ impl Window {
|
|||
move |_| tab.close_all()
|
||||
});
|
||||
|
||||
action.save_as.connect_activate({
|
||||
let tab = tab.clone();
|
||||
move |position| tab.save_as(position)
|
||||
});
|
||||
|
||||
action.history_back.connect_activate({
|
||||
let tab = tab.clone();
|
||||
move |position| {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue