X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Fsone%2Fweb%2FWebInterface.java;h=934b4b53ea8724abfe6cda1fbc93be6ee0c3be7c;hp=4da21779739268028f8272561816a709a8559099;hb=c311ee56ecb521d0b3e952f6c719884ce5cf2133;hpb=00a353b7c10c9511fb69cb1120580e4ff95e9c0e diff --git a/src/main/java/net/pterodactylus/sone/web/WebInterface.java b/src/main/java/net/pterodactylus/sone/web/WebInterface.java index 4da2177..934b4b5 100644 --- a/src/main/java/net/pterodactylus/sone/web/WebInterface.java +++ b/src/main/java/net/pterodactylus/sone/web/WebInterface.java @@ -1022,6 +1022,7 @@ public class WebInterface { newVersionNotification.getTemplateContext().set("latestVersion", updateFoundEvent.version()); newVersionNotification.getTemplateContext().set("latestEdition", updateFoundEvent.latestEdition()); newVersionNotification.getTemplateContext().set("releaseTime", updateFoundEvent.releaseTime()); + newVersionNotification.getTemplateContext().set("disruptive", updateFoundEvent.disruptive()); notificationManager.addNotification(newVersionNotification); }