Merged Zach's work

This commit is contained in:
RebeccaStankus 2019-10-02 12:55:51 -07:00
parent 47841d9bcd
commit b1fd6050c7
2 changed files with 0 additions and 2 deletions

View file

@ -156,7 +156,6 @@ Rectangle {
onClicked: {
Tablet.playSound(TabletEnums.ButtonClick);
print("_____________________________________", bottomRightAccentImage.source);
tempAvatarPageContainer.visible = false;
controlsContainer.visible = true;
}

View file

@ -487,7 +487,6 @@ function onMessageFromSecondLaunchWindow(message) {
}
}
var WAIT_FOR_TOP_BAR_MS = 1000;
function sendLocalStatusToQml() {
var currentStatus = si.getLocalStatus();