4a37570da2f5535e2ef38ffdef585a87053d8211 fixed running main actions from alt sections but broke alt-recording cycle actions until c9dade5dc455f124b3933f8d3d443cc9b90200ab.
Actions added to an alt section are effectively added to all of them + Main. However running those from another section than in the one it was originally registered in has never worked.
This commit disables the creation of new cycle actions in the "Main (alt recording)" section.
Old actions are not migrated to the Main section to preserve the existing command ID and shortcuts.
Also, only for users who do not already have cycle actions in that section, it makes the alt-recording section an alias of the Main section when selected in the editor's combo box. (Hiding it would be better, however that would require a bigger rework.)
4a37570da2f5535e2ef38ffdef585a87053d8211 fixed running main actions from alt sections but broke alt-recording cycle actions until c9dade5dc455f124b3933f8d3d443cc9b90200ab.
Actions added to an alt section are effectively added to all of them + Main. However running those from another section than in the one it was originally registered in has never worked.
This commit disables the creation of new cycle actions in the "Main (alt recording)" section.
Old actions are not migrated to the Main section to preserve the existing command ID and shortcuts.
Also, only for users who do not already have cycle actions in that section, it makes the alt-recording section an alias of the Main section when selected in the editor's combo box. (Hiding it would be better, however that would require a bigger rework.)