We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdf216c commit a0fc4a1Copy full SHA for a0fc4a1
setup/src/main/java/net/theevilreaper/bounce/setup/dialog/SetupDialogRegistry.java
@@ -31,10 +31,10 @@ public SetupDialogRegistry() {
31
this.registerDialog(new AuthorInputDialog(
32
Component.text("Setup Author(s)"),
33
saveButton,
34
- cancelButton,
+ cancelButton
35
// Default to 1 author
36
));
37
- this.registerDialog(new AuthorRequestDialog());
+ //this.registerDialog(new AuthorRequestDialog());
38
}
39
40
private void registerDialog(@NotNull DialogTemplate dialog) {
0 commit comments