We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfe7e31 commit 0ded36aCopy full SHA for 0ded36a
ui/app/AppLayouts/Browser/+noWebEngine/BrowserLayout.qml
@@ -13,11 +13,13 @@ StatusSectionLayout {
13
property var assetsStore
14
property var currencyStore
15
property var tokensStore
16
+ property var networksStore
17
18
property BrowserStores.BookmarksStore bookmarksStore
19
property BrowserStores.DownloadsStore downloadsStore
20
property BrowserStores.BrowserRootStore browserRootStore
21
property BrowserStores.BrowserWalletStore browserWalletStore
22
+ property BrowserStores.BrowserActivityStore browserActivityStore
23
24
required property var connectorController
25
property bool isDebugEnabled: false
0 commit comments