Skip to content

Commit

Permalink
Carrier: Fix the reloading.
Browse files Browse the repository at this point in the history
  • Loading branch information
e3ndr committed Jan 11, 2024
1 parent cbde354 commit 85c0cb0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ public CarrierWidget(ConfigWidget config) {

@Override
protected void onSettingsUpdate() {
this.broadcastToAll("new-settings"); // Tell all of the Widgets to reload.
this.setSettingsLayout(SESL.generateLayout(this));
}

Expand Down

0 comments on commit 85c0cb0

Please sign in to comment.