is there a way to disable these notifications without resorting to a CSS hack? i would prefer not to have the excess visual noise.
hackity hack upcoming changes alerts don't come back
.notification.read.upcoming-change-available,
.notification.unread.upcoming-change-available {
display: none;
}
