diff --git a/src/main/kotlin/org/briarproject/briar/desktop/ui/BriarUi.kt b/src/main/kotlin/org/briarproject/briar/desktop/ui/BriarUi.kt
index 34897d126244113be078a0af9dad047b73de3268..f403da443ec6c98ab46d941d1f01304858e9d419 100644
--- a/src/main/kotlin/org/briarproject/briar/desktop/ui/BriarUi.kt
+++ b/src/main/kotlin/org/briarproject/briar/desktop/ui/BriarUi.kt
@@ -93,6 +93,7 @@ constructor(
     )
 
     override fun eventOccurred(e: Event?) {
+        // TODO: depending on the event, we could show native notifications here
         if (e is LifecycleEvent && e.lifecycleState == RUNNING)
             screenState = MAIN
     }