Fix to remove alert if timeout expires during system sleep.
[busymon] / java / notzed.busyalert / module-info.java
1
2 module notzed.busyalert {
3         requires javafx.controls;
4
5         opens au.notzed.busyalert to javafx.graphics;
6 }