How do you make the Application window open when the dock icon is clicked?

后端 未结 6 2047
余生分开走
余生分开走 2020-12-07 22:50

I\'m surprised this doesn\'t happen automatically, but I would like my applications window to open automatically when the Dock icon is clicked.

Just to clarify, when

6条回答
  •  一整个雨季
    2020-12-07 23:27

    A solutions to add to the accepted answer:

    With the accepted answer the reopened window did not react to mouse events anymore.

    When using the accepted answer you also have to make sure to uncheck "Release when closed" in the Attributes Inspector of the window in IB. This fixes the unresponsive window problem.

提交回复
热议问题