Skip to content
Snippets Groups Projects
Unverified Commit 60b23efe authored by Kali Kaneko's avatar Kali Kaneko
Browse files

[ui] disable snowflake progress

parent fca2ee8d
No related branches found
No related tags found
No related merge requests found
......@@ -181,6 +181,6 @@ Item {
}
function isSnowflakeOn() {
return ctx != undefined && ctx.snowflakeProgress != "" && ctx.snowflakeProgress != "100"
return ctx != undefined && ctx.snowflake == "true" && ctx.snowflakeProgress != "100"
}
}
......@@ -20,7 +20,7 @@ StateGroup {
name: initializing
},
State {
when: ctx != undefined && ctx.snowflakeProgress != "" && ctx.snowflakeProgress != "100"
when: ctx != undefined && ctx.snowflakeProgress != "0" && ctx.snowflakeProgress != "100"
// TODO animate image
PropertyChanges {
target: connectionState
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment