Remove last reference of "donationkey"

This commit is contained in:
Armin Schrenk
2022-04-28 11:53:54 +02:00
parent c04597eca5
commit a304427973
32 changed files with 33 additions and 33 deletions

View File

@@ -116,7 +116,7 @@ public class MainWindowTitleController implements FxController {
}
@FXML
public void showDonationKeyPreferences() {
public void showContributePreferences() {
appWindows.showPreferencesWindow(SelectedPreferencesTab.CONTRIBUTE);
}