2023-03-08 18:45:27 +01:00

7 lines
112 B
QML

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