diff --git a/img-ui/src/main/kotlin/dev/nuculabs/imagetagger/ui/alerts/AboutAlert.kt b/img-ui/src/main/kotlin/dev/nuculabs/imagetagger/ui/alerts/AboutAlert.kt index 88897e6..3a6594a 100644 --- a/img-ui/src/main/kotlin/dev/nuculabs/imagetagger/ui/alerts/AboutAlert.kt +++ b/img-ui/src/main/kotlin/dev/nuculabs/imagetagger/ui/alerts/AboutAlert.kt @@ -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 {