elementary / appcenter

Pay-what-you-can app store for elementary OS
https://elementary.io
GNU General Public License v3.0
541 stars 100 forks source link

UpdateManager: remove runtime size check #2180

Closed danirabbit closed 1 week ago

danirabbit commented 1 week ago

Fixes runtime updates not showing in updates list

This size check was added here, But we no longer create a "No runtime updates" package so we don't need this. A package is only inserted into the list if we find updates already

danirabbit commented 1 week ago

I've been digging around in this muck for a bit now :sweat_smile: Thanks for the quick review!