fix accidental use of marker where there shouldve been a gate
All checks were successful
/ Build BaseBand DSM & Broadway (push) Successful in 2m20s
All checks were successful
/ Build BaseBand DSM & Broadway (push) Successful in 2m20s
This commit is contained in:
parent
15852f0378
commit
1d0499753b
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue