Skip to content

Commit bec63b3

Browse files
committed
fix: Block application proxy menu
Block application proxy menu pms: BUG-315249
1 parent d1540b5 commit bec63b3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dcc-network/qml/networkMain.qml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ DccObject {
6363
}
6464
break
6565
case NetType.AppProxyControlItem:
66-
if (appProxyPage.item !== item) {
67-
appProxyPage.item = item
68-
}
66+
// if (appProxyPage.item !== item) {
67+
// appProxyPage.item = item
68+
// }
6969
break
7070
case NetType.HotspotControlItem:
7171
hotspotPage.setItem(item)

0 commit comments

Comments
 (0)