From db69c81e86182f4ad81b396e724d217cec3af8f1 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Fri, 22 Mar 2019 16:10:15 +0000 Subject: [PATCH] trivial: Show the progressbar properly when scheduling complete --- src/fu-plugin.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/fu-plugin.c b/src/fu-plugin.c index 0d3c19ae3..e18d3534c 100644 --- a/src/fu-plugin.c +++ b/src/fu-plugin.c @@ -1402,6 +1402,7 @@ fu_plugin_runner_schedule_update (FuPlugin *self, return FALSE; /* next boot we run offline */ + fu_device_set_progress (device, 100); return fu_plugin_runner_offline_setup (error); }