mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
rename variable
This commit is contained in:
parent
53e2ada69c
commit
dc32d00195
2 changed files with 3 additions and 4 deletions
|
|
@ -12,10 +12,9 @@ pub struct Widget {
|
|||
impl Widget {
|
||||
// Construct
|
||||
pub fn new_arc(
|
||||
name: &str,
|
||||
// Actions
|
||||
action_page_open: Arc<SimpleAction>,
|
||||
// Options
|
||||
name: &str,
|
||||
// Components
|
||||
navigation: &Box,
|
||||
content: &Box,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue