Skip to content

Commit 6d4aa75

Browse files
committed
fix(AppMain): Node section is not visible in the primary navbar
- fix a regression where the Node section got removed from the primary (left) navbar Fixes #19050
1 parent 458d324 commit 6d4aa75

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ui/app/mainui/AppMain.qml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1234,6 +1234,11 @@ Item {
12341234
value: Constants.appSection.browser
12351235
enabled: d.isBrowserEnabled
12361236
}
1237+
ValueFilter {
1238+
roleName: "sectionType"
1239+
value: Constants.appSection.node
1240+
enabled: localAccountSensitiveSettings.nodeManagementEnabled
1241+
}
12371242
},
12381243
ValueFilter {
12391244
roleName: "enabled"

0 commit comments

Comments
 (0)