Skip to content

Commit

Permalink
Fix duplicated toast text (#780)
Browse files Browse the repository at this point in the history
- Fixed issue with drag-n-drop toast having the same line displayed twice
  • Loading branch information
ookkoouu authored Oct 14, 2024
1 parent 573721b commit 774be50
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@ public void filesDragged(List<Path> paths) {
SystemToast.add(client.getToastManager(),
SystemToast.Type.PERIODIC_NOTIFICATION,
ModMenuScreenTexts.DROP_SUCCESSFUL_LINE_1,
ModMenuScreenTexts.DROP_SUCCESSFUL_LINE_1
ModMenuScreenTexts.DROP_SUCCESSFUL_LINE_2
);
}
}
Expand Down

0 comments on commit 774be50

Please sign in to comment.