Skip to content

Commit

Permalink
fix bridged constant
Browse files Browse the repository at this point in the history
  • Loading branch information
iurimatias committed Sep 13, 2024
1 parent c27d82c commit 4391fe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/imports/utils/Constants.qml
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ QtObject {
readonly property int regular: 0
readonly property int self: 1
readonly property int blocked: 2
readonly property int bridged: 4
readonly property int bridged: 3
}

readonly property QtObject memberRole: QtObject{
Expand Down

0 comments on commit 4391fe6

Please sign in to comment.