From 968f3caf1b2b5a77229943ff76eb7f18778e277d Mon Sep 17 00:00:00 2001 From: hwspeedy Date: Wed, 28 Feb 2024 02:22:50 +0100 Subject: FIX missing hardinfo2 rename for settings --- modules/computer/modules.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/computer/modules.c b/modules/computer/modules.c index 14028362..ae47947c 100644 --- a/modules/computer/modules.c +++ b/modules/computer/modules.c @@ -171,7 +171,7 @@ void kernel_module_icon_init(void) 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); -- cgit v1.2.3