Skip to content

Commit

Permalink
style: fix clippy lints
Browse files Browse the repository at this point in the history
  • Loading branch information
FineFindus committed Feb 24, 2023
1 parent 8c2e4e0 commit b113b88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/window.rs
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,8 @@ impl AppWindow {

//show toast to undo
let toast = adw::Toast::builder()
.title(&gettext("Cleared history"))
.button_label(&gettext("Undo"))
.title(gettext("Cleared history"))
.button_label(gettext("Undo"))
.priority(adw::ToastPriority::High)
.build();

Expand Down

0 comments on commit b113b88

Please sign in to comment.