Disable tenant menu with tenancy

Is there any way to disable the tenant menu even though tenancy is enabled? The reason is that I want the to make a custom tenant menu in a custom location. How to best achieve this?
2 Replies
Dennis Koch
Dennis Koch8mo ago
I think there is a ->tenantMenu() option. What happens if you provide an empty value? Otherwise I guess you need to remove it by overriding the view file
prouse_
prouse_8mo ago
I don't think that works since in the view file it only checks for hasTenancy and shows the menu based on that. Do you think we can add a feature to disable it so that you don't need to override the view?