Skip to content

Commit 513b00b

Browse files
authored
Update config.md (#27)
1 parent bbe0a03 commit 513b00b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pages/addon/features/config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ These are some example files showing a few of the functions mentioned before.
149149
Notification.Builder builder = Notification.builder()
150150
.title(Component.text("INFO"))
151151
.text(Component.text(setting.getId() + " was clicked! " + this.text))
152-
.type(Type.ADVANCEMENT);
152+
.type(Type.SYSTEM);
153153
Laby.labyAPI().notificationController().push(builder.build());
154154
}
155155

0 commit comments

Comments
 (0)