mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-16 16:36:55 +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});
|
||||
|
||||
UserActivityLogger["palAction"](newValue ? styleData.role : "un-" + styleData.role, model.sessionId);
|
||||
checked = newValue;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue