Skip to content

Commit 5d757f1

Browse files
Add Close command to File menu
- Can now close window with Command-W or Close command
1 parent 3a37c7d commit 5d757f1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

BuildSettingExtractor/Base.lproj/MainMenu.xib

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,12 @@
8181
<action selector="chooseXcodeProject:" target="-1" id="P8t-ft-58a"/>
8282
</connections>
8383
</menuItem>
84+
<menuItem isSeparatorItem="YES" id="05u-tv-qZn"/>
85+
<menuItem title="Close" keyEquivalent="w" id="zL7-0j-nT3">
86+
<connections>
87+
<action selector="performClose:" target="-1" id="6vE-8s-Gbp"/>
88+
</connections>
89+
</menuItem>
8490
</items>
8591
</menu>
8692
</menuItem>

0 commit comments

Comments
 (0)