setting scene doesn't work yet
This commit is contained in:
parent
b953739a47
commit
928f0b9c08
1 changed files with 1 additions and 0 deletions
|
@ -304,6 +304,7 @@ Item {
|
|||
text: modelData
|
||||
onTriggered: {
|
||||
showPassiveNotification("setting: " + modelData)
|
||||
ObsModel.setScene(modelData);
|
||||
}
|
||||
}
|
||||
onObjectAdded: obsMenu.insertAction(index, object)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue