mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2025-01-01 14:04:57 +03:00
Use rename
This commit is contained in:
parent
d80b85b4c7
commit
3142a0c298
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user