2022-10-25 14:27:50 -04:00

7 lines
110 B
QML

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