Skip to content

Commit

Permalink
cleanup(appearance): clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
wash2 committed Oct 13, 2023
1 parent 0ddaf67 commit d7d6a69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/pages/desktop/appearance.rs
Original file line number Diff line number Diff line change
Expand Up @@ -708,8 +708,8 @@ impl Page {
},
)
}
Message::ImportError => Command::none(),
Message::ExportError => Command::none(),
// TODO: error message toast?
Message::ExportError | Message::ImportError => Command::none(),
Message::ExportSuccess => {
tracing::trace!("Export successful");
Command::none()
Expand Down

0 comments on commit d7d6a69

Please sign in to comment.