7 lines
110 B
QML
Raw Normal View History

import QtQuick 2.14
QtObject {
property var accountSensitiveSettings: {}
property var dappList: []
}