diff options
author | Teddy Wing | 2018-09-05 23:18:34 +0200 |
---|---|---|
committer | Teddy Wing | 2018-09-05 23:19:36 +0200 |
commit | 9b645f62f4a697996db7d3bcdcbe54e0479294c2 (patch) | |
tree | dffa974dae8f3a1daa22b42758b1e862e4d1687e | |
parent | b44d11312c8dd908a8e6d3c83e8f9773a893e15c (diff) | |
download | Copy-Mailto-9b645f62f4a697996db7d3bcdcbe54e0479294c2.tar.bz2 |
MainMenu.xib: Re-enable `terminate:` action on "Quit" click
Since we had removed the action in
b44d11312c8dd908a8e6d3c83e8f9773a893e15c, clicking on "Quit" didn't do
anything. Re-enable the button so that it correctly quits the app when
clicked once again.
-rw-r--r-- | CopyMailto/Base.lproj/MainMenu.xib | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CopyMailto/Base.lproj/MainMenu.xib b/CopyMailto/Base.lproj/MainMenu.xib index 8b9ca42..217c579 100644 --- a/CopyMailto/Base.lproj/MainMenu.xib +++ b/CopyMailto/Base.lproj/MainMenu.xib @@ -114,6 +114,9 @@ DQ <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> <font key="font" metaFont="system"/> </buttonCell> + <connections> + <action selector="terminate:" target="-2" id="ChX-uc-Yql"/> + </connections> </button> </subviews> </view> |