mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 08:35:28 +00:00
rename vars
This commit is contained in:
parent
c38363b8cc
commit
034bfb44f6
1 changed files with 4 additions and 4 deletions
|
|
@ -16,16 +16,16 @@ impl Browser {
|
|||
pub fn new(
|
||||
app: >k::Application,
|
||||
connection: std::sync::Arc<sqlite::Connection>,
|
||||
width: i32,
|
||||
height: i32,
|
||||
default_width: i32,
|
||||
default_height: i32,
|
||||
) -> Browser {
|
||||
// Init widget
|
||||
let widget = widget::Browser::new(
|
||||
app,
|
||||
header::new().widget.as_ref(), // @TODO
|
||||
main::new().widget.as_ref(), // @TODO
|
||||
width,
|
||||
height,
|
||||
default_width,
|
||||
default_height,
|
||||
);
|
||||
|
||||
// Connect actions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue