summaryrefslogtreecommitdiffstats
path: root/src/Authoring/Studio/Palettes/Inspector/InspectorControlView.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/Authoring/Studio/Palettes/Inspector/InspectorControlView.qml')
-rw-r--r--src/Authoring/Studio/Palettes/Inspector/InspectorControlView.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Authoring/Studio/Palettes/Inspector/InspectorControlView.qml b/src/Authoring/Studio/Palettes/Inspector/InspectorControlView.qml
index 623af241..4ccff8ee 100644
--- a/src/Authoring/Studio/Palettes/Inspector/InspectorControlView.qml
+++ b/src/Authoring/Studio/Palettes/Inspector/InspectorControlView.qml
@@ -1124,7 +1124,7 @@ Rectangle {
height: 20
onClicked: {
- // TODO: implement
+ _variantsGroupModel.importVariants()
}
}
@@ -1136,7 +1136,7 @@ Rectangle {
enabled: !_variantsGroupModel.variantsEmpty
onClicked: {
- // TODO: implement
+ _variantsGroupModel.exportVariants()
}
}
}