https://bugs.kde.org/show_bug.cgi?id=356493
--- Comment #16 from Jean-Baptiste Mardelle <j...@kdenlive.org> --- Yes, I was also thinking about it. Shouldn't be hard. in layoutmanagement.cpp at line 27, we gave: KActionCategory *layoutActions = new KActionCategory(i18n("Layouts"), pCore->window()->actionCollection()); Which puts items in a "Layout" category. So instead we can simply create 2 categories: "Load Layout" and "Save Layout", and put the actions in the correct category. -- You are receiving this mail because: You are watching all bug changes.