Skip to content

Commit

Permalink
add 'learn more' button for managing keys
Browse files Browse the repository at this point in the history
  • Loading branch information
r10s committed Oct 4, 2024
1 parent 6a7c498 commit f13251b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -460,6 +460,7 @@ private void manageKeys() {
}
)
.setNegativeButton(R.string.cancel, null)
.setNeutralButton(R.string.learn_more, (d, w) -> DcHelper.openHelp(getActivity(), "#importkey"))
.show();
})
.execute();
Expand Down

0 comments on commit f13251b

Please sign in to comment.