We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8d1cb49 + 148ac88 commit bb6a7d8Copy full SHA for bb6a7d8
crates/gitbutler-tauri/src/window.rs
@@ -36,7 +36,7 @@ pub(super) mod state {
36
operating_mode,
37
} => ChangeForFrontend {
38
name: format!("project://{}/git/head", project_id),
39
- payload: serde_json::json!({ "head": head, "operating_mode": operating_mode }),
+ payload: serde_json::json!({ "head": head, "operatingMode": operating_mode }),
40
project_id,
41
},
42
Change::GitActivity(project_id) => ChangeForFrontend {
0 commit comments