Skip to content

Commit

Permalink
fix: compatible with missing remote option
Browse files Browse the repository at this point in the history
  • Loading branch information
greenhat616 committed Oct 9, 2024
1 parent 1a15169 commit e7f470c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/tauri/src/config/profile/item/remote.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ pub struct RemoteProfile {
))]
#[builder_update(nested)]
#[builder_field_attr(serde(default))]
#[serde(default)]
pub option: RemoteProfileOptions,
/// process chains
#[builder(default)]
Expand Down

0 comments on commit e7f470c

Please sign in to comment.