Skip to content

Commit

Permalink
Revert "Disable user interaction during offline upgrade"
Browse files Browse the repository at this point in the history
This reverts commit 41194dd.
  • Loading branch information
meisenzahl committed Jan 30, 2023
1 parent 41194dd commit 038677b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Backends/SystemUpgrade.vala
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ public class SettingsDaemon.Backends.SystemUpgrade : GLib.Object {
}

debug ("Set PackageKit reboot action");
Pk.offline_trigger_with_flags (Pk.OfflineAction.REBOOT, Pk.OfflineFlags.NONE, cancellable);
Pk.offline_trigger (Pk.OfflineAction.REBOOT, cancellable);

if (cancellable.is_cancelled ()) {
Inhibitor.get_instance ().uninhibit ();
Expand Down

0 comments on commit 038677b

Please sign in to comment.