adjust to latest API

This commit is contained in:
Sebastian Stenzel
2022-04-03 15:26:04 +02:00
parent e93e31e745
commit d7da78fc07
6 changed files with 36 additions and 19 deletions

View File

@@ -29,6 +29,7 @@ module org.cryptomator.desktop {
requires logback.classic;
requires logback.core;
exports org.cryptomator.ui.traymenu to org.cryptomator.integrations.api;
provides TrayMenuController with AwtTrayMenuController;
opens org.cryptomator.common.settings to com.google.gson;