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 bbe0a03 commit 513b00bCopy full SHA for 513b00b
docs/pages/addon/features/config.md
@@ -149,7 +149,7 @@ These are some example files showing a few of the functions mentioned before.
149
Notification.Builder builder = Notification.builder()
150
.title(Component.text("INFO"))
151
.text(Component.text(setting.getId() + " was clicked! " + this.text))
152
- .type(Type.ADVANCEMENT);
+ .type(Type.SYSTEM);
153
Laby.labyAPI().notificationController().push(builder.build());
154
}
155
0 commit comments