Skip to content

window: Reset actions when tab menu is closed

Corey Berla requested to merge wip/corey/tab-menu-fix into master

In some cases, an action that was disabled when opening the tab menu might stay disabled when you close the tab menu because of an early return. Make sure to reenable all of the actions when the tab menu is closed.

Merge request reports