mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
drop options not in use
This commit is contained in:
parent
6684b09ae2
commit
4370d1d971
8 changed files with 14 additions and 69 deletions
|
|
@ -83,8 +83,8 @@ impl Window {
|
|||
}
|
||||
|
||||
// Actions
|
||||
pub fn tab_append(&self, tab_page_navigation_request_text: Option<GString>) {
|
||||
self.tab.append(tab_page_navigation_request_text, true);
|
||||
pub fn tab_append(&self) {
|
||||
self.tab.append();
|
||||
}
|
||||
|
||||
pub fn tab_page_navigation_base(&self) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue