You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I presume that the feature is "If the current upload or download value in bytes is LESS THAN the threshold value, then display 0"
Currently, the logic is applied backwards. The upload and download values are set to 0 if they a GREATER than the threshold. If you set "Widget Activation Threshold" to "1 Byte", the widget will always display "0".
This logic is backwards.
I presume that the feature is "If the current upload or download value in bytes is LESS THAN the threshold value, then display 0"
Currently, the logic is applied backwards. The upload and download values are set to 0 if they a GREATER than the threshold. If you set "Widget Activation Threshold" to "1 Byte", the widget will always display "0".
stats/Modules/Net/main.swift
Line 223 in e2c4f12
The logic was reversed in this commit
The text was updated successfully, but these errors were encountered: