mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-16 16:47:24 +00:00
chore(@EditNetworkView.qml): adding object name for loader
This commit is contained in:
parent
4fcf0bfb06
commit
6b0e541bf1
@ -33,6 +33,7 @@ ColumnLayout {
|
|||||||
}
|
}
|
||||||
|
|
||||||
Loader {
|
Loader {
|
||||||
|
objectName: "editNetworkLoader"
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
active: root.visible
|
active: root.visible
|
||||||
sourceComponent: editPreviwTabBar.currentIndex === 0 ? editLiveNetwork: editTestNetwork
|
sourceComponent: editPreviwTabBar.currentIndex === 0 ? editLiveNetwork: editTestNetwork
|
||||||
|
Loading…
x
Reference in New Issue
Block a user