mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-03-10 20:51:45 +00:00
rename vars
This commit is contained in:
parent
c38363b8cc
commit
034bfb44f6
@ -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…
x
Reference in New Issue
Block a user