mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
add comments, rename address getter to url
This commit is contained in:
parent
68898d8da0
commit
4e7565297a
3 changed files with 10 additions and 6 deletions
|
|
@ -114,8 +114,8 @@ impl Page {
|
|||
}
|
||||
|
||||
pub fn navigation_base(&self) {
|
||||
if let Some(address) = self.navigation.base_address() {
|
||||
self.action_page_open.activate(Some(&address.to_variant()));
|
||||
if let Some(url) = self.navigation.base_url() {
|
||||
self.action_page_open.activate(Some(&url.to_variant()));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue