Skip to content

Commit

Permalink
Fix multi topic widgets not rebuilding when changing NT settings (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gold872 authored Dec 19, 2024
1 parent 4b91f8f commit 42929f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/widgets/nt_widgets/nt_widget.dart
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@ class MultiTopicNTWidgetModel extends NTWidgetModel {
}

initializeSubscriptions();
refresh();
}

@override
Expand Down

0 comments on commit 42929f5

Please sign in to comment.