mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
remove deprecated optional arguments
This commit is contained in:
parent
3106844cc6
commit
e2ab831d57
3 changed files with 9 additions and 14 deletions
|
|
@ -136,7 +136,7 @@ impl Browser {
|
|||
None => GString::new(), // @TODO
|
||||
};
|
||||
|
||||
header.update(Some(title.as_str()), Some(subtitle.as_str()));
|
||||
header.update(title.as_str(), subtitle.as_str());
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue