From f20b29a02e7798690b322088a7a10b950137640b Mon Sep 17 00:00:00 2001 From: Denis-Cosmin NUTIU Date: Sun, 7 Apr 2024 12:22:25 +0300 Subject: [PATCH] add todo in AboutAlert.kt --- .../main/kotlin/dev/nuculabs/imagetagger/ui/alerts/AboutAlert.kt | 1 + 1 file changed, 1 insertion(+) 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 {