diff --git a/main/ui/src/main/java/org/cryptomator/ui/mainwindow/VaultListController.java b/main/ui/src/main/java/org/cryptomator/ui/mainwindow/VaultListController.java index b43577ec1..93411c4b5 100644 --- a/main/ui/src/main/java/org/cryptomator/ui/mainwindow/VaultListController.java +++ b/main/ui/src/main/java/org/cryptomator/ui/mainwindow/VaultListController.java @@ -17,6 +17,7 @@ import org.slf4j.LoggerFactory; import javax.inject.Inject; +//TODO: Add check if a vault in the list is invalid and add notification & controller @MainWindowScoped public class VaultListController implements FxController {