Load Chat faster by delaying EventList loading
This commit is contained in:
@@ -54,8 +54,9 @@ Item {
|
||||
width: 96 * theme.uiScale
|
||||
height: width
|
||||
|
||||
source: opacity > 0 ? "../../Base/HBusyIndicator.qml" : ""
|
||||
opacity: ready ? 0 : 1
|
||||
source: "../../Base/HBusyIndicator.qml"
|
||||
active: ready ? 0 : 1
|
||||
opacity: active ? 1 : 0
|
||||
|
||||
Behavior on opacity { HNumberAnimation { factor: 2 } }
|
||||
}
|
||||
|
Reference in New Issue
Block a user