Skip to content

Commit bb6a7d8

Browse files
Merge pull request #4702 from gitbutlerapp/fix-mode-undefined
fix mode undefined
2 parents 8d1cb49 + 148ac88 commit bb6a7d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/gitbutler-tauri/src/window.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ pub(super) mod state {
3636
operating_mode,
3737
} => ChangeForFrontend {
3838
name: format!("project://{}/git/head", project_id),
39-
payload: serde_json::json!({ "head": head, "operating_mode": operating_mode }),
39+
payload: serde_json::json!({ "head": head, "operatingMode": operating_mode }),
4040
project_id,
4141
},
4242
Change::GitActivity(project_id) => ChangeForFrontend {

0 commit comments

Comments
 (0)