mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
draft page reload action
This commit is contained in:
parent
4e0ec422ca
commit
fd73dc3d7c
7 changed files with 45 additions and 2 deletions
|
|
@ -30,6 +30,10 @@ impl Main {
|
|||
self.tab.append(true);
|
||||
}
|
||||
|
||||
pub fn tab_page_reload(&self) {
|
||||
self.tab.page_reload();
|
||||
}
|
||||
|
||||
pub fn tab_close(&self) {
|
||||
self.tab.close();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue