diff --git a/crates/gitbutler-tauri/src/window.rs b/crates/gitbutler-tauri/src/window.rs index 5e892a807..495ef9370 100644 --- a/crates/gitbutler-tauri/src/window.rs +++ b/crates/gitbutler-tauri/src/window.rs @@ -36,7 +36,7 @@ pub(super) mod state { operating_mode, } => ChangeForFrontend { name: format!("project://{}/git/head", project_id), - payload: serde_json::json!({ "head": head, "operating_mode": operating_mode }), + payload: serde_json::json!({ "head": head, "operatingMode": operating_mode }), project_id, }, Change::GitActivity(project_id) => ChangeForFrontend {