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
|
|
@ -189,6 +189,14 @@ impl App {
|
|||
),
|
||||
&["<Primary>r"],
|
||||
),
|
||||
(
|
||||
format!(
|
||||
"{}.{}",
|
||||
browser.window.action.id,
|
||||
browser.window.action.save_as.gobject.name()
|
||||
),
|
||||
&["<Primary>s"],
|
||||
),
|
||||
(
|
||||
format!(
|
||||
"{}.{}",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue