mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 21:17:01 +02:00
no need to set checked
This commit is contained in:
parent
726395ac3e
commit
d64a803451
1 changed files with 0 additions and 1 deletions
|
@ -840,7 +840,6 @@ Rectangle {
|
||||||
pal.sendToScript({method: newValue ? 'addFriend' : 'removeFriend', params: model.userName});
|
pal.sendToScript({method: newValue ? 'addFriend' : 'removeFriend', params: model.userName});
|
||||||
|
|
||||||
UserActivityLogger["palAction"](newValue ? styleData.role : "un-" + styleData.role, model.sessionId);
|
UserActivityLogger["palAction"](newValue ? styleData.role : "un-" + styleData.role, model.sessionId);
|
||||||
checked = newValue;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue