implement save as.. menu item

This commit is contained in:
yggverse 2024-12-11 16:19:37 +02:00
parent 6f038539d6
commit 17985d9a7b
8 changed files with 142 additions and 34 deletions

View file

@ -36,6 +36,12 @@ impl Menu {
window_action.reload.gobject.name()
)));
main_page.append(Some("Save as.."), Some(&format!(
"{}.{}",
window_action.id,
window_action.save_as.gobject.name()
)));
// Main > Page > Mark
let main_page_mark = gio::Menu::new();