### Bug summary When activating the Tool Manager with `matplotlib.rcParams["toolbar"] = "toolmanager"` The figure options button in the toolbar is not visible anymore ### Code for reproduction ```python import matplotlib import matplotlib.pyplot as plt matplotlib.rcParams["toolbar"] = "toolmanager" plt.figure() plt.show() ``` ### Actual outcome  ### Expected outcome  ### Additional information _No response_ ### Operating system Ubuntu ### Matplotlib Version 3.5.1 ### Matplotlib Backend QtAgg ### Python version 3.8.0 ### Jupyter version _No response_ ### Installation pip