mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Use OpacityMask instead of hack; fix connectionsTab
This commit is contained in:
parent
0edcdde746
commit
a7623dcac8
1 changed files with 2 additions and 0 deletions
|
@ -301,6 +301,8 @@ Rectangle {
|
|||
anchors.fill: parent;
|
||||
onClicked: {
|
||||
if (activeTab != "connectionsTab") {
|
||||
connectionsLoading.visible = false;
|
||||
connectionsLoading.visible = true;
|
||||
pal.sendToScript({method: 'refreshConnections'});
|
||||
}
|
||||
activeTab = "connectionsTab";
|
||||
|
|
Loading…
Reference in a new issue