Move icon for convertible configuration to screen section

This commit is contained in:
rafspiny 2023-08-24 08:24:11 +02:00 committed by Carsten Haitzler
parent 801e552985
commit a2bdd3c3ff
1 changed files with 6 additions and 4 deletions

View File

@ -322,10 +322,12 @@ e_modapi_init(E_Module *m)
e_gadcon_provider_register(&_gadcon_class);
INF("Creating menu entries for settings");
e_configure_registry_category_add("extensions", 90, "Extensions", NULL,
"preferences-extensions");
e_configure_registry_item_add("extensions/convertible", 30, "convertible", NULL,
"preferences-desktop-convertible", e_int_config_convertible_module);
/* create Screen configuration category
*
* 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);
instances = eina_list_append(instances, inst);