diff options
Diffstat (limited to 'modules/computer')
-rw-r--r-- | modules/computer/modules.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/computer/modules.c b/modules/computer/modules.c index 14028362..4c0c54ea 100644 --- a/modules/computer/modules.c +++ b/modules/computer/modules.c @@ -167,11 +167,12 @@ void kernel_module_icon_init(void) static SyncEntry sync_entry = { .name = N_("Update kernel module icon table"), .file_name = "kernel-module-icons.json", + .optional = TRUE, }; sync_manager_add_entry(&sync_entry); icon_json = g_build_filename(g_get_user_config_dir(), - "hardinfo", "kernel-module-icons.json", + "hardinfo2", "kernel-module-icons.json", NULL); module_icons = g_hash_table_new(g_str_hash, g_str_equal); |