add todo in AboutAlert.kt
This commit is contained in:
parent
77a1c5e70e
commit
f20b29a02e
1 changed files with 1 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue