Skip to content

Commit 0ded36a

Browse files
alexjbasiddarthkay
authored andcommitted
fix: Align noWebEngine BrowserLayout API
The app crashes at start-up because it fails to find networksStore and browserActivityStore properties
1 parent dfe7e31 commit 0ded36a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ui/app/AppLayouts/Browser/+noWebEngine/BrowserLayout.qml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,13 @@ StatusSectionLayout {
1313
property var assetsStore
1414
property var currencyStore
1515
property var tokensStore
16+
property var networksStore
1617

1718
property BrowserStores.BookmarksStore bookmarksStore
1819
property BrowserStores.DownloadsStore downloadsStore
1920
property BrowserStores.BrowserRootStore browserRootStore
2021
property BrowserStores.BrowserWalletStore browserWalletStore
22+
property BrowserStores.BrowserActivityStore browserActivityStore
2123

2224
required property var connectorController
2325
property bool isDebugEnabled: false

0 commit comments

Comments
 (0)