Introduce convertible module #49

Merged
raster merged 35 commits from rafspiny/enlightenment:master into master 2024-03-12 07:20:21 -07:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit e7fb1684ce - Show all commits

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);