Back out of multiple window support. It will re-appear in 2.0. Add command to Window menu to show the main window if it’s been closed. Fix #301.
This commit is contained in:
parent
763da44440
commit
33f9d31728
|
@ -78,12 +78,6 @@
|
|||
<action selector="showAddFolderWindow:" target="Ady-hI-5gd" id="GIi-wc-uYk"/>
|
||||
</connections>
|
||||
</menuItem>
|
||||
<menuItem title="New Window" keyEquivalent="n" id="J9a-dk-nAT">
|
||||
<modifierMask key="keyEquivalentModifierMask" option="YES" command="YES"/>
|
||||
<connections>
|
||||
<action selector="newReaderWindow:" target="Ady-hI-5gd" id="XtC-K9-1Np"/>
|
||||
</connections>
|
||||
</menuItem>
|
||||
<menuItem isSeparatorItem="YES" id="m54-Is-iLE"/>
|
||||
<menuItem title="Refresh" keyEquivalent="r" id="Veh-SV-KWy">
|
||||
<connections>
|
||||
|
@ -443,6 +437,11 @@
|
|||
</connections>
|
||||
</menuItem>
|
||||
<menuItem isSeparatorItem="YES" id="bGu-Ws-7LM"/>
|
||||
<menuItem title="Main Window" keyEquivalent="0" id="LSZ-ci-Jb5">
|
||||
<connections>
|
||||
<action selector="showMainWindow:" target="Ady-hI-5gd" id="yQt-yi-4JX"/>
|
||||
</connections>
|
||||
</menuItem>
|
||||
<menuItem title="Info" keyEquivalent="i" id="24r-2i-fXR">
|
||||
<connections>
|
||||
<action selector="toggleInspectorWindow:" target="Ady-hI-5gd" id="Bw5-4R-iWP"/>
|
||||
|
|
Loading…
Reference in New Issue