diff --git a/src/main/java/org/cryptomator/ui/common/FxmlFile.java b/src/main/java/org/cryptomator/ui/common/FxmlFile.java index 7278ddb99..85a64f293 100644 --- a/src/main/java/org/cryptomator/ui/common/FxmlFile.java +++ b/src/main/java/org/cryptomator/ui/common/FxmlFile.java @@ -38,6 +38,7 @@ public enum FxmlFile { MIGRATION_RUN("/fxml/migration_run.fxml"), // MIGRATION_START("/fxml/migration_start.fxml"), // MIGRATION_SUCCESS("/fxml/migration_success.fxml"), // + NOTIFICATION("/fxml/notification.fxml"), // PREFERENCES("/fxml/preferences.fxml"), // QUIT("/fxml/quit.fxml"), // QUIT_FORCED("/fxml/quit_forced.fxml"), // @@ -57,8 +58,8 @@ public enum FxmlFile { UNLOCK_SUCCESS("/fxml/unlock_success.fxml"), // VAULT_OPTIONS("/fxml/vault_options.fxml"), // VAULT_STATISTICS("/fxml/stats.fxml"), // - WRONGFILEALERT("/fxml/wrongfilealert.fxml"), - NOTIFICATION("/fxml/notification.fxml"); + WRONGFILEALERT("/fxml/wrongfilealert.fxml"); + private final String ressourcePathString;