Skip to content

Commit

Permalink
Increase notification duration for library exportation event to 10 se…
Browse files Browse the repository at this point in the history
…conds
  • Loading branch information
HoussemNasri committed May 7, 2022
1 parent 2129bf3 commit 32ecfd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/jabref/gui/exporter/ExportCommand.java
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ private void export(Path file, FileChooser.ExtensionFilter selectedExtensionFilt
}
notificationPane.hide();
})),
Duration.seconds(5));
Duration.seconds(10));
})
.onFailure(this::handleError)
.executeWith(Globals.TASK_EXECUTOR);
Expand Down

0 comments on commit 32ecfd8

Please sign in to comment.