Skip to content

Commit c9bcbe8

Browse files
Ramandeep SinghRamandeep Singh
authored andcommitted
improve notification toast
1 parent deeee94 commit c9bcbe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/jabref/gui/exporter/SaveDatabaseAction.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ private boolean save(BibDatabaseContext bibDatabaseContext, SaveDatabaseMode mod
217217

218218
private boolean save(Path targetPath, SaveDatabaseMode mode) {
219219
if (mode == SaveDatabaseMode.NORMAL) {
220-
dialogService.notify("%s...".formatted(Localization.lang("Saving library")));
220+
// dialogService.notify("%s...".formatted(Localization.lang("Saving library")));
221221
}
222222

223223
synchronized (libraryTab) {

0 commit comments

Comments
 (0)