This commit is contained in:
2026-04-20 22:54:31 +01:00
parent b521c4e4a0
commit 74a01bd9e6
6 changed files with 103 additions and 33 deletions

View File

@@ -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;