Merge pull request #4301 from gitbutlerapp/use-rename

Use rename
This commit is contained in:
Caleb Owens 2024-07-09 13:04:23 +02:00 committed by GitHub
commit dcfa6f5120
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -46,7 +46,7 @@ pub struct Branch {
pub selected_for_changes: Option<i64>,
#[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,