From 14c361a2ae9f9a42cf6e2e1cd537ec207976e4bd Mon Sep 17 00:00:00 2001 From: hwspeedy Date: Fri, 26 Apr 2024 05:39:02 +0200 Subject: FIX Reload detail info after synchronize --- includes/shell.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes') diff --git a/includes/shell.h b/includes/shell.h index 223326fb..4c615ee1 100644 --- a/includes/shell.h +++ b/includes/shell.h @@ -181,7 +181,7 @@ struct _ShellFieldUpdateSource { }; void shell_init(GSList *modules); -void shell_do_reload(void); +void shell_do_reload(gboolean reload); Shell *shell_get_main_shell(); -- cgit v1.2.3