Devel Toolbar Settings not shown if Toolbar module disabled

The devel.toolbar.settings_form route has a requirement _module_dependencies: 'toolbar'.

However, the toolbar module is not required when if using the new Navigation sidebar.

Would it be possible to change to _module_dependencies: 'toolbar, navigation', which would allow the route to be accessed if either Toolbar of Navigation module is enabled.