diff options
Diffstat (limited to 'gui/components/StatusBox.qml')
-rw-r--r-- | gui/components/StatusBox.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/components/StatusBox.qml b/gui/components/StatusBox.qml index 5929033..6eaf2d4 100644 --- a/gui/components/StatusBox.qml +++ b/gui/components/StatusBox.qml @@ -181,6 +181,6 @@ Item { } function isSnowflakeOn() { - return ctx != undefined && ctx.snowflakeProgress != "" && ctx.snowflakeProgress != "100" + return ctx != undefined && ctx.snowflake == "true" && ctx.snowflakeProgress != "100" } } |