wip: connect to github
This commit is contained in:
@@ -43,6 +43,7 @@ fn setup_application(cx: &mut gpui::App) {
|
||||
let global = app::Global {
|
||||
safe_area: bounds(point(px(0.), px(0.)), size(px(72.), px(12.))),
|
||||
current_theme: cx.window_appearance().into(),
|
||||
rng: rand::rng(),
|
||||
};
|
||||
|
||||
let top_left = global.safe_area.origin;
|
||||
@@ -61,7 +62,7 @@ fn setup_application(cx: &mut gpui::App) {
|
||||
is_resizable: false,
|
||||
..Default::default()
|
||||
},
|
||||
|_window, cx| cx.new(|cx| setup_wizard::new(cx)),
|
||||
|window, cx| cx.new(|cx| setup_wizard::new(window, cx)),
|
||||
)
|
||||
.unwrap();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user