1
0
forked from Clones/Controlify

Update to 1.20.3

This commit is contained in:
isxander
2023-11-22 19:27:42 +00:00
parent 09b91cfab8
commit ba5681f329
5 changed files with 23 additions and 25 deletions

View File

@ -22,7 +22,7 @@ public class ToastUtils {
private boolean removed;
private ControlifyToast(Component title, List<FormattedCharSequence> description, int maxWidth, boolean longer) {
super(longer ? SystemToastIds.UNSECURE_SERVER_WARNING : SystemToastIds.PERIODIC_NOTIFICATION, title, description, maxWidth);
super(longer ? SystemToastId.UNSECURE_SERVER_WARNING : SystemToastId.PERIODIC_NOTIFICATION, title, description, maxWidth);
}
@Override