File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
ui/app/AppLayouts/Browser Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -355,7 +355,7 @@ StatusSectionLayout {
355355 y: (Math .abs (browserHeader .mapFromGlobal (headerPoint).y ) +
356356 browserHeader .anchors .topMargin + Theme .halfPadding )
357357 onSendTriggered : (address ) => root .sendToRecipientRequested (address)
358- onAccountChanged : (newAddress ) => connectorBridge .manager .changeAccount (newAddress)
358+ onAccountChanged : (newAddress ) => connectorBridge .connectorManager .changeAccount (newAddress)
359359 onReload: {
360360 for (let i = 0 ; i < tabs .count ; ++ i){
361361 tabs .getTab (i).reload ();
@@ -448,7 +448,7 @@ StatusSectionLayout {
448448 bookmarksStore: root .bookmarksStore
449449 downloadsStore: root .downloadsStore
450450 currentWebView: _internal .currentWebView
451- webChannel: connectorBridge .webChannel
451+ webChannel: connectorBridge .channel
452452 findBarComp: findBar
453453 favMenu: favoriteMenu
454454 addFavModal: addFavoriteModal
Original file line number Diff line number Diff line change @@ -23,9 +23,6 @@ QtObject {
2323 required property var connectorController
2424 property string httpUserAgent: " " // Custom user agent for web profiles
2525
26- readonly property alias webChannel: channel
27- readonly property alias manager: connectorManager
28-
2926 property alias dappUrl: connectorManager .dappUrl
3027 property alias dappOrigin: connectorManager .dappOrigin
3128 property alias dappName: connectorManager .dappName
You can’t perform that action at this time.
0 commit comments