mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
add view source menu item
This commit is contained in:
parent
85735d33e2
commit
e66b065fc3
8 changed files with 124 additions and 0 deletions
|
|
@ -86,6 +86,11 @@ impl Window {
|
|||
move |position| tab.save_as(position)
|
||||
});
|
||||
|
||||
action.source.connect_activate({
|
||||
let tab = tab.clone();
|
||||
move |position| tab.source(position)
|
||||
});
|
||||
|
||||
action.history_back.connect_activate({
|
||||
let tab = tab.clone();
|
||||
move |position| {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue