Skip to content

Commit

Permalink
Merge branch 'develop' of github.com-myrobotlab:MyRobotLab/myrobotlab…
Browse files Browse the repository at this point in the history
… into inmoov2-heart
  • Loading branch information
supertick committed Mar 21, 2024
2 parents a94466b + e6b8a95 commit e48cee1
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,11 @@ <h3>{{state.selectedGestureFile}} {{state.playingPose.name}} {{state.gestureInde
<option ng-repeat="x in gestureFiles" ng-value="{{x}}">{{x}}</option>
</select>
<span class="input-group-btn">
<!--
<button class="btn btn-default" ng-click="removeGesture(state.selectedGestureFile)" title="Delete">
<span class="glyphicon glyphicon-remove red"></span>
</button>
-->
<button class="btn btn-default" ng-click="msg.getGestureFiles()">
<span class="glyphicon glyphicon-refresh"></span>
</button>
Expand Down

0 comments on commit e48cee1

Please sign in to comment.