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
|
|
@ -25,6 +25,15 @@ impl Menu {
|
|||
)),
|
||||
);
|
||||
|
||||
main.append(
|
||||
Some("Save as.."),
|
||||
Some(&format!(
|
||||
"{}.{}",
|
||||
window_action.id,
|
||||
window_action.save_as.gobject.name()
|
||||
)),
|
||||
);
|
||||
|
||||
let main_mark = gtk::gio::Menu::new();
|
||||
|
||||
main_mark.append(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue