mirror of
https://github.com/overte-org/overte.git
synced 2025-04-25 17:35:45 +02:00
restore lost code
This commit is contained in:
parent
348d5fc359
commit
595a0d8733
1 changed files with 1 additions and 0 deletions
|
@ -488,6 +488,7 @@ Rectangle {
|
||||||
visible: !isCheckBox && !isButton && !isAvgAudio;
|
visible: !isCheckBox && !isButton && !isAvgAudio;
|
||||||
uuid: model ? model.sessionId : "";
|
uuid: model ? model.sessionId : "";
|
||||||
selected: styleData.selected;
|
selected: styleData.selected;
|
||||||
|
isReplicated: model && model.isReplicated;
|
||||||
isAdmin: model && model.admin;
|
isAdmin: model && model.admin;
|
||||||
isPresent: model && model.isPresent;
|
isPresent: model && model.isPresent;
|
||||||
// Size
|
// Size
|
||||||
|
|
Loading…
Reference in a new issue