mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2026-02-04 08:18:34 +00:00
feat: add release notes to version file
This commit is contained in:
@ -118,7 +118,7 @@ func (u *Updater) IsUpdateApplicable(version VersionInfo) bool {
|
||||
return false
|
||||
}
|
||||
|
||||
if u.settings.GetFloat64(settings.RolloutKey) > version.Rollout {
|
||||
if u.settings.GetFloat64(settings.RolloutKey) > version.RolloutProportion {
|
||||
return false
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user