fix accidental use of marker where there shouldve been a gate
All checks were successful
/ Build BaseBand DSM & Broadway (push) Successful in 2m20s

This commit is contained in:
Daniella / Tove 2024-06-18 00:01:11 +02:00
parent 15852f0378
commit 1d0499753b
Signed by: TudbuT
GPG key ID: B3CF345217F202D3

View file

@ -171,7 +171,7 @@ public class HUD extends Feature {
public NotificationLocation nLocation = NotificationLocation.Left;
// TODO: finish implementation
@Marker(Integer.MIN_VALUE)
@Gate(Integer.MIN_VALUE)
@Config("Notifications like chat")
@Description("Reverses the order in which notifications are shown and shows a fixed number of notifications, in case of Left and Right location.")
public boolean revNotif = false;