Community
Participate
Working Groups
When I launch a generation with notifications enabled, at the end a notification appears but it never gets deleted. Looking at the implementation, the problem comes from the fact that it's relying on shell.getAlpha() On any platform which does not support alpha it will *always* return 255, whatever setAlpha(x) calls have been done before. I'm preparing a fix.
Fix commited and pushed in 3.2 branch 6784e6d869f3a866a09ba9b6f623530e49bf8918
and in master (4feda1df20aa7fae234aa04e5ca1d558bd54716f)