mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
integrate source view feature
This commit is contained in:
parent
88457b3fa0
commit
96f2edddfb
2 changed files with 15 additions and 14 deletions
|
|
@ -219,7 +219,7 @@ impl Tab {
|
|||
pub fn save_as(&self, page_position: Option<i32>) {
|
||||
if let Some(item) = self.item(page_position) {
|
||||
item.page.navigation.request.to_download();
|
||||
todo!()
|
||||
self.window_action.reload.activate();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -227,7 +227,7 @@ impl Tab {
|
|||
pub fn source(&self, page_position: Option<i32>) {
|
||||
if let Some(item) = self.item(page_position) {
|
||||
item.page.navigation.request.to_source();
|
||||
todo!()
|
||||
self.window_action.reload.activate();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue