diff --git a/crates/gitbutler-branch/src/branch.rs b/crates/gitbutler-branch/src/branch.rs index 2c1c9cbfb..f90c993f4 100644 --- a/crates/gitbutler-branch/src/branch.rs +++ b/crates/gitbutler-branch/src/branch.rs @@ -46,7 +46,7 @@ pub struct Branch { pub selected_for_changes: Option, #[serde(default = "default_true")] pub allow_rebasing: bool, - #[serde(default = "default_true")] + #[serde(default = "default_true", rename = "applied")] pub old_applied: bool, #[serde(default = "default_true")] pub in_workspace: bool,