update sidebar

This commit is contained in:
2026-08-30 17:30:45 +07:00
parent c61695e350
commit da9f5dfa83
9 changed files with 56 additions and 46 deletions
+3 -3
View File
@@ -14,9 +14,6 @@ fn main() {
.with_assets(Assets)
.with_http_client(Arc::new(reqwest_client::ReqwestClient::new()))
.run(move |cx| {
// Set app identity
cx.set_app_identity("su.reya.signed", "Signed");
// Initialize components
gpui_component::init(cx);
@@ -63,6 +60,9 @@ fn main() {
std::fs::create_dir_all(paths::repos_dir()).ok();
signed_state::GitStore::set_global(paths::repos_dir().clone(), cx);
// Set app identity
cx.set_app_identity("su.reya.signed", "Signed");
// Set up the window options
let bounds = Bounds::centered(None, size(px(1120.0), px(750.0)), cx);