Skip to content

Commit f93bb4f

Browse files
committed
show the notification with our logo
1 parent fe6f330 commit f93bb4f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/java/lol/hyper/customlauncher/fieldofficetracker/FieldOfficeTracker.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,6 @@ public void showNotification(FieldOffice fieldOffice, boolean newFieldOffice) {
164164
.hideAfter(5000)
165165
.image(Main.icon);
166166
}
167-
notify.showInformation();
167+
notify.show();
168168
}
169169
}

src/main/java/lol/hyper/customlauncher/invasiontracker/InvasionTracker.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,6 @@ public void showNotification(Invasion invasion, boolean newInvasion) {
183183
.hideAfter(5000)
184184
.image(Main.icon);
185185
}
186-
notify.showInformation();
186+
notify.show();
187187
}
188188
}

0 commit comments

Comments
 (0)