some bs
This commit is contained in:
@@ -22,7 +22,9 @@ 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(),
|
||||
query_store: query::Store::new(),
|
||||
query_store: query::Store::new(api::QueryContext {
|
||||
http: reqwest::Client::new(),
|
||||
}),
|
||||
};
|
||||
|
||||
let top_left = global.safe_area.origin;
|
||||
|
||||
Reference in New Issue
Block a user