Skip to content

Commit

Permalink
Fix Help button in Donation pane
Browse files Browse the repository at this point in the history
  • Loading branch information
1024jp committed Nov 24, 2024
1 parent b75c859 commit 4d41ac3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

- Fix an issue that the printing area in the print preview was trimmed when the line numbers are drawn.
- Fix an issue that the application became not responding when the filename renamed in the file browser contains new line characters.
- [trivial] Fix the Help button in the Donation settings pane.



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ struct DonationSettingsView: View {

HStack {
Spacer()
HelpLink(anchor: "settings_appearance")
HelpLink(anchor: "settings_donation")
}
}
.scenePadding()
Expand Down

0 comments on commit 4d41ac3

Please sign in to comment.