Skip to content

Commit

Permalink
fix: update values after change in pluginList
Browse files Browse the repository at this point in the history
  • Loading branch information
squidrye committed Oct 3, 2023
1 parent fd3af99 commit 3209453
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ class TabsController extends ChangeNotifier {
1,
).setReadOnlyStatus(false);
}

menuSharedState.openPlugins = openPlugins;
pageManagers.removeWhere((pm) => pm.plugin.id == pluginId);

/// If currentIndex is greater than the amount of allowed indices
Expand Down

0 comments on commit 3209453

Please sign in to comment.