This repository has been archived on 2021-06-24. You can view files and clone it, but cannot push or open issues or pull requests.
ui/qml/const/Const.qml

15 lines
380 B
QML
Raw Normal View History

pragma Singleton
import QtQuick 2.0
Item {
// defined in cwtch.im/cwtch/model/profile.go ln24
readonly property string auth_unknown: "unknown"
readonly property string auth_blocked: "blocked"
readonly property string auth_approved: "approved"
// defined in cwtch.im/ui/go/constants/attributes.go
readonly property string show_blocked: "show-blocked"
}