mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Merged Zach's work
This commit is contained in:
parent
47841d9bcd
commit
b1fd6050c7
2 changed files with 0 additions and 2 deletions
|
@ -156,7 +156,6 @@ Rectangle {
|
|||
|
||||
onClicked: {
|
||||
Tablet.playSound(TabletEnums.ButtonClick);
|
||||
print("_____________________________________", bottomRightAccentImage.source);
|
||||
tempAvatarPageContainer.visible = false;
|
||||
controlsContainer.visible = true;
|
||||
}
|
||||
|
|
|
@ -487,7 +487,6 @@ function onMessageFromSecondLaunchWindow(message) {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
var WAIT_FOR_TOP_BAR_MS = 1000;
|
||||
function sendLocalStatusToQml() {
|
||||
var currentStatus = si.getLocalStatus();
|
||||
|
|
Loading…
Reference in a new issue