mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-09 13:56:10 +00:00
5473e3b14e
fixes #12717
11 lines
257 B
QML
11 lines
257 B
QML
// Mock of src/app/modules/main/wallet_section/networks/view.nim
|
|
import QtQuick 2.15
|
|
|
|
QtObject {
|
|
readonly property string contextPropertyName: "networksModule"
|
|
|
|
//
|
|
// Silence warnings
|
|
readonly property ListModel flatNetworks: ListModel {}
|
|
}
|