mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-15 14:56:42 +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