Skip to content

Commit

Permalink
fix: Network Advanced tab positioning (#5106)
Browse files Browse the repository at this point in the history
fix: Network Advanced position

Signed-off-by: MMaiero <[email protected]>
  • Loading branch information
MMaiero authored Jan 24, 2024
1 parent 3488d02 commit d53ec83
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -287,11 +287,13 @@ public void updateTabs() {

if (this.isNet2) {
insertTab(this.ip6TabAnchorItem);
insertTab(this.advancedTabAnchorItem);
}

arrangeOptionalTabs();

if (this.isNet2) {
insertTab(this.advancedTabAnchorItem);
}
insertTab(this.hardwareTabAnchorItem);
}

Expand Down

0 comments on commit d53ec83

Please sign in to comment.