Skip to content

Commit

Permalink
fix: revert accidental local change
Browse files Browse the repository at this point in the history
  • Loading branch information
Rudxain committed Jul 4, 2024
1 parent 2e44eef commit 7855b9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/views/settings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ impl Settings {
}
}
Message::ExportPackages => Command::perform(
export_packages(selected_user.unwrap_or_default(), packages),
export_packages(selected_user.unwrap_or_default(), packages.to_vec()),
Message::PackagesExported,
),
Message::PackagesExported(exported) => {
Expand Down

0 comments on commit 7855b9f

Please sign in to comment.