aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hardinfo2/shell.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hardinfo2/shell.c b/hardinfo2/shell.c
index 72aacc10..820a505b 100644
--- a/hardinfo2/shell.c
+++ b/hardinfo2/shell.c
@@ -251,6 +251,7 @@ void shell_view_set_enabled(gboolean setting)
shell_action_set_enabled("RefreshAction", setting);
shell_action_set_enabled("CopyAction", setting);
shell_action_set_enabled("ReportAction", setting);
+ shell_action_set_enabled("SyncManagerAction", setting);
shell_action_set_enabled("SaveGraphAction",
setting ? shell->view_type ==
SHELL_VIEW_PROGRESS : FALSE);