aboutsummaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorhwspeedy <ns@bigbear.dk>2024-04-26 05:39:02 +0200
committerhwspeedy <ns@bigbear.dk>2024-04-26 05:39:02 +0200
commit14c361a2ae9f9a42cf6e2e1cd537ec207976e4bd (patch)
treea22c96ec9ac9e70e0d03cbc0b9b76565f41df501 /shell
parent273e3584572f44b9c8260b06e70f26bb685a2d51 (diff)
FIX Reload detail info after synchronize
Diffstat (limited to 'shell')
-rw-r--r--shell/callbacks.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/callbacks.c b/shell/callbacks.c
index 1d151b9c..a251e804 100644
--- a/shell/callbacks.c
+++ b/shell/callbacks.c
@@ -255,7 +255,7 @@ void cb_report_bug()
void cb_refresh()
{
- shell_do_reload();
+ shell_do_reload(TRUE);
}
void cb_copy_to_clipboard()