7 lines
112 B
QML
Raw Normal View History

import QtQuick 2.14
QtObject {
2023-02-28 15:54:10 +01:00
property var accountSensitiveSettings: ({})
property var dappList: []
}