Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Offline system upgrades #245

Draft
wants to merge 12 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
Satisfy linter
  • Loading branch information
meisenzahl committed Jan 30, 2022
commit 5e05e56c36c7a0bcbc9df6230005c35b83649c6b
2 changes: 1 addition & 1 deletion src/Views/OperatingSystemView.vala
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ public class About.OperatingSystemView : Gtk.Grid {
if (seconds_remaining == 0) {
return Source.REMOVE;
}

return Source.CONTINUE;
});

Expand Down