add todo in AboutAlert.kt

This commit is contained in:
Denis-Cosmin NUTIU 2024-04-07 12:22:25 +03:00
parent 77a1c5e70e
commit f20b29a02e

View file

@ -5,6 +5,7 @@ import javafx.scene.layout.Region
/**
* Represents the alert shown when the user clicks on About.
* // TODO: Move this into a panel to make links clickable.
*/
class AboutAlert : Alert(AlertType.INFORMATION) {
init {