Skip to content

Commit

Permalink
1.0.9 commit2
Browse files Browse the repository at this point in the history
  • Loading branch information
adam committed Mar 18, 2024
1 parent daae5b1 commit 9f128cb
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ public void onInitializeClient() {
@Override
public void startSyncThread() {
SyncingTask syncingTask = new SyncingTask(false) {
@Override
public void onSyncStart() {
setToastContent(Text.literal("DynamicPack"), Text.translatable("dynamicpack.toast.syncStarted"));
}

@Override
public void onSyncDone(boolean reloadRequired) {
if (reloadRequired) {
Expand Down

0 comments on commit 9f128cb

Please sign in to comment.