Allegedly using the icon from edj

This commit is contained in:
rafspiny 2023-08-24 21:42:51 +02:00 committed by Carsten Haitzler
parent a2bdd3c3ff
commit e7fb1684ce
1 changed files with 2 additions and 2 deletions

View File

@ -326,8 +326,8 @@ e_modapi_init(E_Module *m)
*
* NB: If the category already exists, this function just returns */
e_configure_registry_category_add("screen", 30, _("Screen"), NULL, "preferences-desktop-display");
e_configure_registry_item_add("screen/convertible", 30, "convertible", NULL,
"object-rotate-right", e_int_config_convertible_module);
e_configure_registry_item_add("screen/convertible", 30, "convertible", theme_overlay_path,
"main", e_int_config_convertible_module);
instances = eina_list_append(instances, inst);