Skip to content

Commit

Permalink
fix: Network Advanced position
Browse files Browse the repository at this point in the history
Signed-off-by: MMaiero <[email protected]>
  • Loading branch information
MMaiero committed Jan 24, 2024
1 parent 3488d02 commit d57c87f
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 d57c87f

Please sign in to comment.